Combobox
A searchable dropdown for selecting among options.
Installation
rubics add comboboxUsage
Basic
Props
| Name | Type | Default | Description |
|---|---|---|---|
| options | ComboboxOption[] | - | Array of available options |
| value | string | - | Currently selected value string |
| onValueChange | (value: string) => void | - | Triggered when the user taps on an item |
| placeholder | string | - | Text shown dynamically inside the input box when no item is selected or user is not searching |
| emptyText | string | - | Label to show when filtering returns empty matches |
| style | StyleProp<ViewStyle> | - | Styling for Combobox |
9:41
Select Option
Framework
Select an option...
Language
Select an option...
