fix: add select focus and blur events

pull/77/merge
tjz 7 years ago
parent 33da99cf21
commit 52f6f50dbe

@ -1469,10 +1469,12 @@ export default {
}
this._focused = true
this.updateFocusClassName()
this.$emit('focus')
},
selectionRefBlur (e) {
this._focused = false
this.updateFocusClassName()
this.$emit('blur')
},
},

Loading…
Cancel
Save