vue-selectize icon indicating copy to clipboard operation
vue-selectize copied to clipboard

Using plugins for selectize

Open paqstd-dev opened this issue 4 years ago • 1 comments

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

paqstd-dev avatar Dec 21 '20 21:12 paqstd-dev

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.

isneezy avatar Mar 03 '21 15:03 isneezy