Autocomplete - Prevent on a Specific Field on a Form

parora

Well Known Member
In 9.1, we have Autocomplete turned on, and it is working as expected. However, we want to prevent autocomplete on a certain form for a certain field. Any thoughts on how to potentially achieve this?
 
This is kind of a round about way of disabling autocomplete but, if you enable autoSUGGEST on that field it will disable autoCOMPLETE. You could create a dummy autosuggest that will never create a match, just having an autosuggest for that field will do it.
 
Marshall, that sounds like a great idea---we'll give it try.

Thanks.
 
Back
Top