I'm implementing a simple Cancel
button to cancel current form and navigate back to another route, but I want to show a confirmation message in case any field was changed from initial values.
Does anyone know if Model
or JSONModel
supports such feature in built-in or I have to implement it by my own?
It's not a hard job, but as this is a common need, I'm trying to reuse existing solution instead of writing it by myself.