justinmind-logo
 
Upvote 1

On change doesn't work as it does in HTML

Known Sharovipteryx 6 years ago

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.

Replies (2)
photo
1

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

photo
1

Thanks for the help. I will try this method and see if it helps.

Leave a Comment
 
Attach a file