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.
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
boolexclude-values
string (enum mode, default Unknown)disabled
bool