raynor85 / react-native-material-selectize

A React Native component inspired to Selectize which follows Material Design guidelines.
MIT License
55 stars 32 forks source link

Set items in textInputProps of Selectize #27

Open KushalDesai1 opened 5 years ago

KushalDesai1 commented 5 years ago

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.

KushalDesai1 commented 5 years ago

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?