peterp / react-native-tags

Tag input component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Having tags in TextInput

redouane59 opened this issue · comments

Hello,

Is there a way to get the tags button inside the TextInput like in gmail ?

Thank you !

Hey there! You could modify the styles to do that; by pretending that the container is the textinput and then removing all the borders and things from the text input.

Let me know if you need any help with that.