I have a form with few data fields and two buttons.I want to enable the buttons only if the user makes some changes to the form. I have tried using:
this.for
I manage to work arround this by having a variable modified:
And then on the inputs you set the modified variable on the ionChange event: