srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

how to clear the search box text #19

Closed somya-wittybrains closed 1 year ago

somya-wittybrains commented 1 year ago

I type something in the search input box and click on the close or done button. If I want to select it again the previously searched text is already there. How can I clear this up?

@srivastavaanurag79

srivastavaanurag79 commented 1 year ago

I will fix it and let you know

srivastavaanurag79 commented 1 year ago

@somya-wittybrains please upgrade to v0.3.7

somya-wittybrains commented 1 year ago

Thanks @srivastavaanurag79 it works perfectly now.