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

Support for left icon #31

Closed moonR2 closed 1 year ago

moonR2 commented 1 year ago

First of all thanks for the component, it has been useful for my use case. However, I noticed that there is no prop that allows me to put the icon on the left in the input. I read that the component's base is TextInput so I think it is possible.

srivastavaanurag79 commented 1 year ago

I will add the left icon prop and let you know