Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Frank
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
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
1 reply
27 Feb 2012
Show thread
Hide thread
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...