text field creates a scrolling list

matts 15 Aug, 2011
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?
GreyHead 15 Aug, 2011
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
matts 15 Aug, 2011
Thank you. You are right. I didn't try the code. Being a browser feature is enough for me.
This topic is locked and no more replies can be posted.