When I double click inside a text field I am presented with a scrolling list of previously entered items. How do I turn this feature off?
Hi matts,
This is a browser feature not something that ChronoForms does :-(
You can try adding autocomplete='off' to the inputs but it's an HTML5 attribute so may not work in all browsers and may make your HTML invalid (if that is important).
Bob
This is a browser feature not something that ChronoForms does :-(
You can try adding autocomplete='off' to the inputs but it's an HTML5 attribute so may not work in all browsers and may make your HTML invalid (if that is important).
Bob
This topic is locked and no more replies can be posted.