vue-selectize
vue-selectize copied to clipboard
Using plugins for selectize
Hello!
Couldn't find how to use plugins, for example, remove_button. Any information would be welcome :)
I tried to:
<v-selectize ... :plugins="['remove_button']" />
but it dont work for me
Hi, thanks for filing this issue.
As this package mimics the selectize.js behavior, it is something completely different and it does not support those plugins. I've plans to add those plugins as a native feature, but not until I refactor, migrate to typescript and add some reasonable amount of tests.