In a wizard, the “formDataChanged” is triggered when the values in the HTML form changes and when the form initially loads.
However, once I press “Next” to move to the next step, and then press “Back” to come back to the original form, the function isn’t triggered on the form load, which makes the validations useless.