Comment on page
Select
This component displays a control that allows the user to pick from a list of items. A dropdown is used for larger screens, a dialog for smaller ones.
- Flexbox Styles
- View Styles
- Transform Styles
Name | Type | Description |
items | PickerPropsItem[] |
|
mode | 'dialog' | 'dropdown' |
|
onValueChange | (itemValue: string, itemPosition: number) => void |
|
selectedValue | string |
|
style | PickerStyleRuleSet | PickerStyleRuleSet[] |
|
testId | string |
|
color | string |
|
Last modified 3yr ago