Answer the question
In order to leave comments, you need to log in
Why does autocomplete stop working when specifying the autocomplete type?
Standard form like "enter address".
Initially, autocomplete works, the input fields for name-addresses are marked as standard:
<input required type="text" id="address1" name="address1" />
<input required type="text" id="address1" name="address1" autocomplete="shipping street-address" />
Answer the question
In order to leave comments, you need to log in
Yes.
Syntax
input autocomplete="on|off"
Attribute Values
Value Description
on Default. Specifies that autocomplete is on (enabled)
off Specifies that autocomplete is off (disabled)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question