@simounet@mastodon.simounet.net
Post #1381744
2026-03-19 11:10 UTC
@jaffathecake Hi Jake, kind of an off topic here but are you aware of a proposal where you start typing inside an input field and the select option values are filtered? Maybe am I missing something obvious.
Have a nice day.
Replies (2)
-
@jaffathecake@mastodon.social 2026-03-19 11:42
@simounet sounds like datalist? https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/datalist
-
@Lukew@toot.wales 2026-03-19 11:55
@simounet @jaffathecake https://open-ui.org/components/combobox.explainer/#making-your-own-picker-for-a-filterable-select - I believe this is what you're looking for, assuming you want to filter a select. Alternative the input+datalist approach mentioned in the same explainer does the alternative type of combobox.