peterp / react-native-tags

Tag input component for React Native
MIT License
288 stars 75 forks source link

Remove text Input. #43

Closed zohaib-ehsan closed 5 years ago

zohaib-ehsan commented 5 years ago

Hi thanks for a great library. Can we remove text input? Only show tags generated by some other mechanism.

Thanks

peterp commented 5 years ago

You can set it to readonly, or specify the number of max tags. I guess I could make this more obvious via the documentation. https://github.com/peterp/react-native-tags/blob/master/Tags/index.js#L118-L129

If you have some time I would really appreciate a pull-request that added that information.

zohaib-ehsan commented 5 years ago

Thanks. I will make the changes and test them. After that, I will try to update it.