Answer the question
In order to leave comments, you need to log in
How to update the list of autocompletions shown in chrome?
Problem like this:
Yes
<form autocomplete="on"><br>
<input name="user" id="myInput" list="myDataList" autocomplete="on"><br>
<datalist id="myDataList"><option value="val1"></option></datalist><br>
</form>
The user entered let's say "va", he is shown the autocomplete "val1". <option>
to <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