bootstrap-vue
Version:
BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.
31 lines (30 loc) • 852 B
JSON
{
"name": "@bootstrap-vue/form-input",
"version": "1.0.0",
"meta": {
"title": "Form Input",
"component": "bFormInput",
"events": [
{
"event": "input",
"description": "Emitted when the input receives input from user.",
"args": [
{
"arg": "value",
"description": "current value of the input"
}
]
},
{
"event": "change",
"description": "Emitted when the input changes.",
"args": [
{
"arg": "value",
"description": "current value of the input"
}
]
}
]
}
}