Combobox
An autocomplete input with a filterable dropdown list.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <Combobox />
Selected: none
Selected: none
Selected: none
Data-bound mode still needs the panel children. When you pass
Items you must still place
<ComboboxInput /> and
<ComboboxContent /> inside the
<Combobox> — they render the input and the dropdown panel
the bound items fill. A bare <Combobox Items="…" /> with no
children has nothing to render into and shows an empty field. The same applies to Select with
<SelectTrigger /> + <SelectContent />.
Selected: none