Auto-complete in plain HTML
You can make a type-ahead/autocomplete like thing in plain HTML using the <datalist></datalist>
tag.
Usage
Now as you type G
it will show Go ;)
Resources
Last updated
You can make a type-ahead/autocomplete like thing in plain HTML using the <datalist></datalist>
tag.
Now as you type G
it will show Go ;)
Last updated