jwohlfert23 / react-native-tag-input

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

Allowing separators customization and changed default regex #16

Closed ThiagoNP closed 7 years ago

ThiagoNP commented 7 years ago

This PR have the following changes:

Psiiirus commented 7 years ago

pls accept this...took me ages to realize why my tagging isn't working.

Kind of bad idea to implement a email-regex as default. ;)

sibelius commented 7 years ago

it does make sense, this component was used for email input in the beginning, now it is a more generic component, tks for the PR