Forum Discussion
PaulDeHorn
8 years agoCommunity Member
Change Text Entry Variable without control losing focus?
Does anyone know of a way to change a text entry variable without control losing focus first? I'm simulating software behavior where as soon as a number is typed a description appears. Currently, I ...
GlendaDeHoff-0c
3 years agoCommunity Member
Hi Curtis,
Variables, in this case, are case-sensitive. I used "SearchEntry" for my Storyline variable and "searchentry" for the JavaScript variable. The first part of the code adds the input to Array, then assigns it to the "searchentry" variable one letter at a time.
Back in Storyline you can test this by outputting the variable to a textbox using %SearchEntry%. After that you can use the variable in anyway you need. You must publish to test JavaScript.
Good luck!