vue-selectize
vue-selectize copied to clipboard
VSelectize Javascript error
after i add VSelectize to vue3 template
I get the error Uncaught (in promise) TypeError: can't access property "label", this is null
If i remove <VSelectize v-model="selected" :options="['neat','awesome']" ></VSelectize> , i dont get the error.
Expected behavior see form select input
Screenshots
see attached screenshot

Desktop (please complete the following information):
- OS: ubuntu 20
- Browser Firefox developer
- Version 93.0b9 (64-bit)
Same here !!
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'label')
Is there any solution .