Forum Discussion
Text entry bug in latest update
The JavaScript needs to be placed on any slide with a text input field. You just use an executed JavaScript trigger when timeline starts and copy and paste the JavaScript. Hope this helps
- MarkAnthonyChes4 years agoCommunity Member
Thanks, Daniel!
Could you please doublecheck the code...it's not working for me, sorry...
var els = document.getElementsByTagName('input');
for (var i=0; i < els.length; i++) {
els[i].value='';
els[i].setAttribute("onfocus", "this.value=''");
els[i].setAttribute("autocomplete", "off");
} - MarkAnthonyChes4 years agoCommunity Member
Thank you Daniel,
I am running different JavaScript in the project. You can find the project
in this thread:
https://community.articulate.com/discussions/building-better-courses/storyline-3-player-menu-button-to-trigger-custom-menu-on-the-master-slide#reply-723991
"*Test4Russell.story
<https://articulate-heroes.s3.amazonaws.com/uploads/attachment/attachment