Hello,
I have added a H5 script to a program to do some data validation before letting a user confirm the entered values. This validation is stricter than the default validation of the program so I would like to prevent the default warning popup for invalid values.
Is there a way to capture this event and suppress it?
Thank you