mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
update docs
This commit is contained in:
@@ -88,7 +88,20 @@
|
|||||||
* @type {Function}
|
* @type {Function}
|
||||||
* @default {null}
|
* @default {null}
|
||||||
*/
|
*/
|
||||||
onChange: Function
|
onChange: {
|
||||||
|
type: Function,
|
||||||
|
default: function (val) {
|
||||||
|
this.$emit('input', val)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the id of the input element.
|
||||||
|
* @type {String}
|
||||||
|
* @default {null}
|
||||||
|
*/
|
||||||
|
inputId: {
|
||||||
|
type: String
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -413,6 +413,7 @@
|
|||||||
/**
|
/**
|
||||||
* Sets the id of the input element.
|
* Sets the id of the input element.
|
||||||
* @type {String}
|
* @type {String}
|
||||||
|
* @default {null}
|
||||||
*/
|
*/
|
||||||
inputId: {
|
inputId: {
|
||||||
type: String
|
type: String
|
||||||
|
|||||||
Reference in New Issue
Block a user