Back to Component Library
form React 19 + TypeScript
Select / Combobox
Custom dropdown select menu with animated popover and keyboard selection.
$npx forgeui add select
Variant:
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| options | SelectOption[] | [] | Available select options. |
| value | string | undefined | Currently selected option. |
Accessibility Standards
Role='combobox' and keyboard navigation support.