I have dozens of fields inside my form and I wish to run a query when any field changes. I find it quite cumbersome to set event handler for each field inside my form. Would be much better to have a "change" event for the parent form.
Perhaps you know a way around to achieve what I need?
Iβve done this using JS to check the state of the form against the initial data of the form, but I agree it would be nice just to have a βform is dirtyβ check.