On change event, miss triggering of nanoflows when the user hits tab very fast to fill the hours and to move to next fields and so on.

0
On change event, miss triggering of nanoflows when the user hits tab very fast to fill the hours and to move to next fields and so on. is there a way to fix it or a way to slow down tab action perform after nanoflow completes and then the user can move to the next field using TAB.
asked
1 answers
1

Try to use mendix version 8.15.0 or higher. from this version you have the option to trigger the on-change flow while typing. see release notes: https://www.mendix.com/blog/mendix-8-15-its-about-time/ by section Textbox on Key Press. 
Please let know if this helped.

answered