Koala logo Design
No matches for “
↑↓ navigate open Esc close
PrimitivesSelect & inputSelect

Select

Pick one value from a known list. An accessible listbox — arrow-key navigation, a selected checkmark, self-contained state — that posts through a hidden input so it round-trips through model binding and validation. The trigger reuses the field-input chrome, so selects sit identically beside text fields.

<koala-select>

Enum

Data-driven options

Secondary text

Dependent content

API

for ModelExpression (enum, or scalar with options)
options IReadOnlyList<KoalaSelectOption>?
label string?
placeholder string (default Select…)
optional bool
exclude-values string (enum mode, default Unknown)
disabled bool