pankod / react-native-picker-modal-view

An unified React Native Picker Modal component for iOS and Android.
204 stars 56 forks source link

SearchInputProps prop does not work #47

Open rsosa95 opened 4 years ago

rsosa95 commented 4 years ago

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[bot] commented 4 years ago

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.

hungdev commented 2 years ago

I get same issue