UNPKG

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.

59 lines (58 loc) 1.71 kB
{ "name": "@bootstrap-vue/form-input", "version": "1.1.0", "meta": { "title": "Form Input", "description": "Create various type inputs such as: text, password, number, url, email, search, range, date and more.", "components": [ { "component": "BFormInput", "aliases": [ "BInput" ], "events": [ { "event": "input", "description": "Input event triggered by user interaction. Emitted after any formatting and after the v-model is updated", "args": [ { "arg": "value", "description": "Current value of input" } ] }, { "event": "change", "description": "Change event triggered by user interaction. Emitted after any formatting and after the v-model is updated.", "args": [ { "arg": "value", "description": "Current value of input" } ] }, { "event": "update", "description": "Emitted to update the v-model", "args": [ { "arg": "value", "description": "Value of input, after any formatting. Not emitted if the value does not change" } ] }, { "event": "blur", "description": "Emitted after the input looses focus", "args": [ { "arg": "event", "description": "Native blur event (before any formatting)" } ] } ] } ] } }