Answer the question
In order to leave comments, you need to log in
Why does google use list in autocomplete instead of datalist?
<label>
<strong>Pick a browser</strong>
<input
autocomplete="off"
autocorrect="off"
list="browsers"
spellcheck="false"
type="search">
</label>
<datalist id="browsers">
<option value="Microsoft Edge"></option>
<option value="Firefox"></option>
<option value="Chrome"></option>
<option value="Opera"></option>
<option value="Safari"></option>
</datalist>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question