jwohlfert23 / react-native-tag-input

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

Does this component only works for email inputs? #22

Closed saudpunjwani101 closed 7 years ago

saudpunjwani101 commented 7 years ago

I've tried using it for any random input but it doesn't seem to add any other tags than emails.

sibelius commented 7 years ago

It does work for anything, u need to pass a custom separators prop

saudpunjwani101 commented 7 years ago

Yes thanks