jwohlfert23 / react-native-tag-input

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

Support configuration for clearTextWhenRemoveTag #45

Closed JaxGit closed 6 years ago

JaxGit commented 6 years ago

Sorry this only suits for the old implementation. If #42 is going to be merged, this feature should be achieved by setting another prop such like onRemoveTag I guess.

Ashoat commented 6 years ago

This should be possible to do from the parent component now that #43 has been merged. Let me know if you disagree and I can reopen.