Skip to content

0.0.17

Compare
Choose a tag to compare
@Ashoat Ashoat released this 21 Oct 17:14
· 17 commits to master since this release

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.