peterp / react-native-tags

Tag input component for React Native
MIT License
288 stars 75 forks source link

implement removing by click on tag #11

Closed russ666 closed 6 years ago

russ666 commented 6 years ago

this feature could't be added by current API

peterp commented 6 years ago

hey @russ666, I saw you're almost half way there in your own fork, would you mind adding this as a feature? the flag could be removeTagOnPress or something?

seeocon commented 6 years ago

@peterp @russ666, I just forked and added the feature. I also added the ability to set a maximum number of tags. 👍