bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
45 lines (44 loc) • 1.21 kB
JSON
{
"name": "@bootstrap-vue/form-select",
"version": "1.0.0",
"meta": {
"title": "Form Select",
"description": "Custom <select> component using cross-browser custom styles. Optionally generate <option> entries based on an array, array of objects.",
"components": [
{
"component": "BFormSelect",
"aliases": [
"BSelect"
],
"slots": [
{
"name": "first",
"description": "Slot to place option tags above options provided via options prop"
}
],
"events": [
{
"event": "input",
"description": "Emitted with the select value changes",
"args": [
{
"arg": "value",
"description": "current selected value of the select."
}
]
},
{
"event": "change",
"description": "Emitted with the select value changes via user interaction",
"args": [
{
"arg": "value",
"description": "current selected value of the select."
}
]
}
]
}
]
}
}