Hello,
I'm developing a website, with pages containing the name of a country.
When I test my website on Chrome and I start filling the field "Name" (on the country form creation), Chrome tries to autofill with my own name instead of the autocompletion I developed (proposing every coutries matchings with the first characters filled by the user).
The autocomplete="off" is not working on the form since Chrome is not proposing the old values that were already filled, but another feature helping the user auto filling its personal informations.
How can I disable the "autofill with personal informations"'s Chrome feature for all the users of my website ?
Thanks in advance.