Closed jamesone closed 6 years ago
This is a fully controlled component, so it's actually up to you to determine what is or isn't allowed in the tags. Whenever the input text changes, the onChangeText
callback property will get called. It's up to you to mutate the value
property (which contains the list of tags) based on the updated text, so you could simply choose not to add new entries to the value
array when spaces are added.
can you give me example?
Is this feature already here? (I couldn't find it)
If not, is it possible that this feature could be added? Are there any limitations that's preventing this feature from being implemented on Android or IOS?