I have an application that has a formgroup with an ion-group with some labels and input fields. When the user clicks outside the input field, the information entered in the text fields is lost as if a reload or refresh of the form was done.
Are the “input fields” that you are using ion-input
? If so, then the input should clear only either when the clear button is clicked or when clearOnEdit
is active. (both of those behaviors require the developer to explicitly opt-in)
Without being able to see the code, this specific question is going to be hard to troubleshoot. I suggest you file an issue here: Issues · ionic-team/ionic-framework · GitHub with a reproduction.