react-native-picker-modal-view icon indicating copy to clipboard operation
react-native-picker-modal-view copied to clipboard

SearchInputProps prop does not work

Open rsosa95 opened this issue 5 years ago • 2 comments

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?

rsosa95 avatar Jan 02 '20 16:01 rsosa95

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.

issue-label-bot[bot] avatar Jan 02 '20 16:01 issue-label-bot[bot]

I get same issue

hungdev avatar Sep 26 '21 15:09 hungdev