Hacker News new | ask | show | jobs
by trevvr 1826 days ago
The main problem with datalists are that browsers tried to work around them with autocomplete which overlay on top of the datalist. Ridiculous situation.
1 comments

You can set the attribute autocomplete=“off” on the corresponding <input> in order to prevent this from happening. See the relevant MDN page for more details: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes...