
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
vue-selectize
Advanced tools
A Vue.js directive for selectize.js.
0.12.0
$ npm install vue-selectize --save
When using webpack or browserify:
var Vue = require('vue');
var selectize = require('vue-selectize');
Vue.use(selectize);
Or when including directly in your HTML:
Vue.use(window['vue-selectize']);
After installing the plugin with Vue.use
you can use the v-selectize
directive.
<select v-selectize="selected" options="items"></select>
<!-- or -->
<select v-selectize="selected">
<option value="one">Static item 1</option>
<option value="two">Static item 2</option>
<option value="three">Static item 3</option>
</select>
<!-- or -->
<select v-selectize="selected" options="items" settings="customSettings">
</select>
selected
is the selected valueitems
is an array of the initial available optionscustomSettings
is an object with settings that will be passed to selectizeFAQs
A Vue.js directive for selectize.js
The npm package vue-selectize receives a total of 154 weekly downloads. As such, vue-selectize popularity was classified as not popular.
We found that vue-selectize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.