File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ yarn add react-native-element-dropdown
45
45
| valueField | String | Yes | Extract the primary key from the data item |
46
46
| searchField | String | No | Specify the field of data list you want to search |
47
47
| onChange | (item: object) => void | Yes | Selection callback |
48
- | onChangeText | (search: string) => void | Yes | Callback that is called when the text input's text changes |
48
+ | onChangeText | (search: string) => void | No | Callback that is called when the text input's text changes |
49
49
| value | Item | No | Set default value |
50
50
| placeholder | String | No | The string that will be rendered before dropdown has been selected |
51
51
| placeholderStyle | TextStyle | No | Styling for text placeholder |
@@ -100,7 +100,7 @@ yarn add react-native-element-dropdown
100
100
| valueField | String | Yes | Extract the primary key from the data item |
101
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
- | onChangeText | (search: string) => void | Yes | Callback that is called when the text input's text changes |
103
+ | onChangeText | (search: string) => void | No | Callback that is called when the text input's text changes |
104
104
| value | Item[ ] | No | Set default value. A array containing the "valueField". |
105
105
| placeholder | String | No | The string that will be rendered before dropdown has been selected |
106
106
| placeholderStyle | TextStyle | No | Styling for text placeholder |
You can’t perform that action at this time.
0 commit comments