ComboBox
ComboBox
Dropdown with items and .onSelectionChange((event))
.
Quick Start
Tip: Items Shape
items
is IComboBoxItem[]
where each item is { label: string; value: unknown }
. Bind selectedIndex
to state for a controlled dropdown.
More Examples
See the ComboBoxRig
in examples for multi-ComboBox layouts and focus behavior.