1
Views
2
Comments
Simple question on Input widget
Question
Hello Everybody,
How do you stop the Input widget from displaying the drop down memory of past inputs?  Is this possible?
For example, I typed 123456 into the input widget and press some enter button.  The value in the input widget clears after entering.  I enter another value and start typing 123.........the drop down memory displays 123456 below.  I do not want any past entries to show below.  How do we stop that in the Input widget?
Thanks in advance.
Frank

2018-06-11 09-12-53
Rodrigo Coutinho
Staff
Hello Frank,

Try putting an extended property on the input field called autocomplete with value set to "off". That should work in most browsers.

Good luck,
Rodrigo

UserImage.jpg
Frank
Wow!  That did it.  Thanks for the scoop!!!:)


Rodrigo Coutinho wrote
:
Hello Frank,

Try putting an extended property on the input field called autocomplete with value set to "off". That should work in most browsers.

Good luck,
Rodrigo
 
 
 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.