Reset panel selectionMode and positioning on blur

This commit is contained in:
Sergio Crisostomo 2018-01-24 10:55:42 +01:00
parent 15457562ea
commit c2b7fed05f
3 changed files with 21 additions and 10 deletions

View file

@ -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;