Another customisable <select> demo to add to the pile. I had a lot of fun with anchor position, anchor containers, scroll containers, calc-size etc etc https://random-stuff.jakearchibald.com/fancy-select/

Chrome only… for now, but it falls back nicely.

Fancy Select

@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.

@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.

Combobox (Explainer) | Open UI

Open UI