react-native-picker-modal-view
react-native-picker-modal-view copied to clipboard
SearchInputProps prop does not work
Passing onChangeText like the snippet below won't execute the function, tried with other TextInputProps, none seemed to work
<PickerModal SearchInputProps={{ onChangeText: (text) => { console.log(text); } }} />
Thoughts?
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I get same issue