logoalt Hacker News

voidnapyesterday at 7:24 PM1 replyview on HN

I've used a datalist for autocomplete suggestions and it's worked great.


Replies

theandrewbaileyyesterday at 8:26 PM

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.