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

Add inputRef param to use the input ref out of the component context #25

Closed CarlosSLoureiro closed 1 year ago

CarlosSLoureiro commented 1 year ago

I would like to contribute with this bit change due to my necessity to having the control of input ref out of the component context (to show the select list dialog without the user must click in the input - just calling ref.current.focus() at anytime)