File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ yarn add react-native-element-dropdown
43
43
| data | Array | Yes | Data is a plain array |
44
44
| labelField | String | Yes | Extract the label from the data item |
45
45
| valueField | String | Yes | Extract the primary key from the data item |
46
- | searchField | String | Yes | Specify the field of data list you want to search |
46
+ | searchField | String | No | Specify the field of data list you want to search |
47
47
| onChange | (item: object) => void | Yes | Selection callback |
48
48
| onChangeText | (search: string) => void | Yes | Callback that is called when the text input's text changes |
49
49
| value | Item | No | Set default value |
@@ -98,7 +98,7 @@ yarn add react-native-element-dropdown
98
98
| data | Array | Yes | Data is a plain array |
99
99
| labelField | String | Yes | Extract the label from the data item |
100
100
| valueField | String | Yes | Extract the primary key from the data item |
101
- | searchField | String | Yes | Specify the field of data list you want to search |
101
+ | searchField | String | No | Specify the field of data list you want to search |
102
102
| onChange | (value[ ] ) => void | Yes | Selection callback. A array containing the "valueField". |
103
103
| onChangeText | (search: string) => void | Yes | Callback that is called when the text input's text changes |
104
104
| value | Item[ ] | No | Set default value. A array containing the "valueField". |
You can’t perform that action at this time.
0 commit comments