• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Cannot get auto-complete turned off for TEB

New Here ,
Apr 15, 2021 Apr 15, 2021

Copy link to clipboard

Copied

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?

auto-complete box.png

Views

154

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 15, 2021 Apr 15, 2021

Copy link to clipboard

Copied

Unfortunately, small .cptx file won't attach (13MB).... gets removed.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 15, 2021 Apr 15, 2021

Copy link to clipboard

Copied

LATEST

This forum does not allow you to attach CPTX files.  

 

You added the JS, but perhaps you did not add it correctly.   Try adding an alert box in the JS so that you can be sure the JS is actually working.

 

And for some kinds of JS you need to test from a web server environment for it to work.  Did you test this using Preview HTML5 in Browser?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources