Releases: jwohlfert23/react-native-tag-input
Releases · jwohlfert23/react-native-tag-input
0.0.18
0.0.17
TagInput is now a true "controlled component", both for the list of tags but also now for the text in the TextInput at the end. This enables a variety of new use cases, but also rips out the logic for parsing separators and using regex to extract new tags. This functionality now has to be implemented by the user in their onChangeText
function. The example project has an example usage.
0.0.16
0.0.14
Bump version
0.0.13
Merge pull request #20 from 0duaht/prevent-duplicate-tags Prevent tags from being duplicated by adding only unique tags to list
0.0.12
bump version
0.0.11
Bump version
0.0.4
Add image to readme
0.0.1
Initial commit