Hello,
Currently, on the Custom Booking Wizard (interactive script), when the user is typing the Booking Name (text box) and then stops typing, with the "WantsOnChange=true", the screen will reload - in order to capture which parameter was changed and perform checks/other processing. This reloading can cause some further mistyping if then the user resumes typing.
For now, I removed some of the execution that was happening when the Booking Name was changed and the reloading screen is faster, but is there any other alternative of having WantsOnChange=true?
Thanks
Hi Vasco,
Specifically for your use case, a new option WantsOnFocusLost was added.
This is available from 10.1.10 onwards and will only trigger if the user focusses on an other component.
Yes! This is what I was looking for. Thank you.