On change doesn't work as it does in HTML
Known
In HTML the 'On Change' event works as you type something in an input field (like a search bar) but in JIM you have to actively press enter or click on the page away from the field to trigger it.
Hi there,
You're right. You could try using 'on key up/on key down' instead of 'on change', which will trigger the event without having to press enter or click away from the field.
Best,
Danielle
Thanks for the help. I will try this method and see if it helps.
Comments have been locked on this page!