Advanced Select Primitive
v1.0.0A searchable select with keyboard navigation.
Interactive Implementation
Use the search box to filter options.
Choose software engine...
Selected Value Key: NULL_EMPTY
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| options | SelectOption[] | required | Array of selection entities matching value, label, and alternative disabled tracks. |
| value | string | undefined | The active tracking index matching a value parameter within the options array. |
| placeholder | string | 'Select option...' | The typography fallback overlay displayed when the active value state resolves as empty. |
| searchable | boolean | false | Mounts an inline input channel filtering target options through keyword metrics in real-time. |
| clearable | boolean | false | Displays a contextual inline close vector to drop active selections back to zero states. |