peterp / react-native-tags

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

Limit the choices a user can choose from #92

Open macmichael01 opened 2 years ago

macmichael01 commented 2 years ago

Is there a way to limit the choices a user can choose from:

  limitChoices: ['cat', 'dog', 'mouse']
JoshBot-Debug commented 2 years ago

I need this feature as well, it would be very useful to allow only certain tags.