diff --git a/lib/KSelect/index.vue b/lib/KSelect/index.vue index cfba6eeff..73d2c24dd 100644 --- a/lib/KSelect/index.vue +++ b/lib/KSelect/index.vue @@ -492,6 +492,9 @@ }, watch: { + value(inputValue) { + this.selection = inputValue; + }, filteredOptions() { this.highlightedOption = this.filteredOptions[0]; resetScroll(this.$refs.optionsList);