Reset panel selectionMode and positioning on blur
This commit is contained in:
parent
15457562ea
commit
c2b7fed05f
3 changed files with 21 additions and 10 deletions
|
@ -237,6 +237,7 @@
|
|||
},
|
||||
handleBlur () {
|
||||
this.visible = false;
|
||||
this.internalValue = this.internalValue.slice(); // trigger panel watchers to reset views
|
||||
},
|
||||
handleInputChange (event) {
|
||||
const isArrayValue = this.type.includes('range') || this.multiple;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue