peterp / react-native-tags

Tag input component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to extract the emails entered in the tags

Zabi-Progton opened this issue · comments

I am using the onChangeTags to save all the emails entered in the state, but it is not working. Anyone have any idea.

Are you able to do something like this? onChangeTags={tags => console.log(tags)}