Skip to content

Commit 5b4b721

Browse files
update docs
1 parent 861d457 commit 5b4b721

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/components/Params.vue

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,20 @@
8888
* @type {Function}
8989
* @default {null}
9090
*/
91-
onChange: Function
91+
onChange: {
92+
type: Function,
93+
default: function (val) {
94+
this.$emit('input', val)
95+
}
96+
},
97+
98+
/**
99+
* Sets the id of the input element.
100+
* @type {String}
101+
* @default {null}
102+
*/
103+
inputId: {
104+
type: String
92105
}
93106

94107
}

src/components/Select.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@
413413
/**
414414
* Sets the id of the input element.
415415
* @type {String}
416+
* @default {null}
416417
*/
417418
inputId: {
418419
type: String

0 commit comments

Comments
 (0)