The option elements to populate the select with. Can be some MenuItem when native is false and option when native is true. The option elements to populate the select with. Can be some MenuItem when native is false and option when native is true.
enable or disable selection and for android only. enable or disable selection and for android only.
Style to apply to each of the item labels. Style to apply to each of the item labels.
On Android, specifies how to display the selection items when the user taps on the picker: It is for android only On Android, specifies how to display the selection items when the user taps on the picker: It is for android only
If true, value must be an array and the menu will support multiple selections. You can only use it when the native property is false (default). If true, value must be an array and the menu will support multiple selections. You can only use it when the native property is false (default).
Callback for when an item is selected. This is called with the following parameters: - itemValue: the value prop of the item that was selected itemPosition: the index of the selected item in this picker Callback for when an item is selected. This is called with the following parameters: - itemValue: the value prop of the item that was selected itemPosition: the index of the selected item in this picker
Prompt string for this picker,used on Android in dialog mode as the title of the dialog. Prompt string for this picker,used on Android in dialog mode as the title of the dialog.
Value matching value of one of the items. Can be a string or an integer. Value matching value of one of the items. Can be a string or an integer.
It is used for styling the picker It is used for styling the picker
Used to locate this view in end-to-end tests. Used to locate this view in end-to-end tests.
Generated using TypeDoc
key for others property.