Hacker News

Favorites Setup
Comment by vlucas | original | HTML Can Do That
[−]vlucas · 2026-08-20 Thu 15:41 UTC · link
Very true, and ran into this one specifically myself when going down the "HTML can do this!" road. HTML can NOT, in fact, replace a good combobox with search input. Datalist has significant shortcomings. I wound up using a React island for this single input inside otherwise normal HTML, despite my own objections, because it really it just that much better than the native options.