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.
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
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.
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
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.
Thanks for the help. I will try this method and see if it helps.
Replies have been locked on this page!