Closed ManuelMolina97 closed 7 years ago
Thanks for your report! This bug has priority
I just realized of my mistake, the problem was I had:
[saveOnBlur]="true"
In my template, so blur event was triggered before cancel's. That's why it was being saved.
Thanks for share your experience! 🤣
Running this piece of code:
Input's value gets changed does not matter whether I click its cancel button or its confirm button.