Question
Cannot get auto-complete turned off for TEB
I have text entry box (Text_Entry_Box_29) on slide 2 of .cptx file attached.
In Chrome, the 2nd time I run this (and all subsequent tries) an auto-complete box pops up with input options.
I don't want this to apear.
I have added javascript to slide (as instructed) to turn off the the auto-complete:
$("#Text_Entry_Box_29_inputField").attr("autocomplete","off");
But this does not seem to fix? Other ideas?

