jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
231 stars 104 forks source link

How to hide cursor #81

Closed gauravsbagul closed 4 years ago

gauravsbagul commented 4 years ago

I am using my custom input box to enter keywords, and I don't want to show the cursor comes after tags. and when I do editable= false, I am not able to delete tags so is there any other way to hide the cursor and still able to delete tags.

image_2020_01_02T07_45_13_444Z

Ashoat commented 4 years ago

No, sorry, this isn't currently possible. This component is set up to have the TextInput flow inline after the list of selected tags. I'd suggest forking or copying some of the code in this project in order to spin your own solution, keeping in mind the license requirements.