Y
Hacker News
new
|
ask
|
show
|
jobs
by
worldsayshi
329 days ago
What about a feature like query completion?
4 comments
gwd
328 days ago
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/
link
worldsayshi
328 days ago
I suppose that is a rather neat way to do it.
link
endemic
328 days ago
SSR doesn't mean "no JavaScript." See "progressive enhancement."
link
1oooqooq
329 days ago
html native datalist?
link
simongray
329 days ago
The behaviour of an HTML datalist is basically completely different in every browser. It is a highly flawed element.
link
lyu07282
328 days ago
there probably is a jQuery plugin for that /s
link
https://htmx.org/examples/active-search/