JoeRoddy / react-native-tag-autocomplete

React Native Tag Autocompletion
69 stars 26 forks source link

Clarification: Is there any way to limit the selected tags in above the input hashtag box #10

Closed nihp closed 4 years ago

nihp commented 6 years ago

Is there any way to limit the selected tag lines upto 2 lines.

Here I has 4 lines and also we can add more tags. Refer the below attachment screen shot 2018 07 13 at 4 45 45 pm 1

JoeRoddy commented 6 years ago

Yep! Take a look at the Readme, theres a function called renderTags(). You can override the default render and add your own custom functionaliy. I believe one of the examples implements it as well.