Hacker News new | ask | show | jobs
by voidnap 32 days ago
I've used a datalist for autocomplete suggestions and it's worked great.
1 comments

I've had problems with <datalist> not showing when the input is misspelled, or when none of the <options> strictly begin with the input. I gave up and used an <ol> instead.