react-native-material-selectize
react-native-material-selectize copied to clipboard
Set items in textInputProps of Selectize
Can I add any items inside the textInputProps of Selectize?
I would like to pass few items as array. I need to set the field with some values/tags/categories.
Any help will be appreciated.
Edit: I have found this prop named: selecteditems
I used this prop but I am unable to get desired result.
Has anyone found a way?