Forum Discussion
MarcoSciamanna
10 months agoCommunity Member
Trigger during input field typing
Hi all!
I need a trigger that fires everytime a user change the content of an input field, meaning that it should fire for every letter (inserted or deleted).
I wasn't able to find a way to do it in Storyline.
Do you guys have any ideas?
Thank you very much for your help.
Hi Marco,
Thanks for reaching out; I'm happy to share some insights into your question! You can set a trigger that fires when the TextEntry or NumericEntry variable is changed but executed only when the data-entry object loses focus. This means the user has to click anywhere outside the data-entry object or press the Enter key.
I'll open the floor to the JavaScript experts in our community for a possible solution. They may have already encountered a similar need.