-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Hello I have a problem on a contact form.
I have a select field with a list of countries which is required.
And when google chrome wants to autocomplete the form the field country does not change But the value is passed ( and event with the inspector the value is not set to the select-value.)
So the field looks like is on the defaut value (what ever it is an actual country or a placeholder) in the inspector it's the same !
I tried to change the value of the field by choosing a country and it change the value on the view and the inspector but when google chrome does the autocomplete nothing change but if we send the form the value has indeed been set but I don't know how it's possible ! I also tried to use autocomplete="off" on the form or the field but it has no effect I don't understand why ?? Do you have any idea ?