G
G
Gluck Virtualen2015-09-14 10:36:38
Google Chrome
Gluck Virtualen, 2015-09-14 10:36:38

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" />

I'm trying to comply with Google's requirements for more convenient form filling and do this:
<input required type="text" id="address1" name="address1" autocomplete="shipping street-address" />

And then autocomplete stops working in general in all form fields.
What would that mean? %)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alejandro Esquire, 2015-09-14
@A1ejandro

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 question

Ask a Question

731 491 924 answers to any question