2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

update docs

This commit is contained in:
WITT-AD\Micgme
2017-02-09 18:31:20 +01:00
parent 861d457944
commit 5b4b72147a
2 changed files with 15 additions and 1 deletions
+14 -1
View File
@@ -88,7 +88,20 @@
* @type {Function}
* @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
}
}
+1
View File
@@ -413,6 +413,7 @@
/**
* Sets the id of the input element.
* @type {String}
* @default {null}
*/
inputId: {
type: String