Hacker News new | ask | show | jobs
by worldsayshi 329 days ago
What about a feature like query completion?
4 comments

The query completion can also be SSR. The example below is HTMX for Active Search, but the principle is the same:

https://htmx.org/examples/active-search/

I suppose that is a rather neat way to do it.
SSR doesn't mean "no JavaScript." See "progressive enhancement."
html native datalist?
The behaviour of an HTML datalist is basically completely different in every browser. It is a highly flawed element.
there probably is a jQuery plugin for that /s