Revert "fix #5652"
This commit is contained in:
parent
5b250f6e1c
commit
4b78039537
1 changed files with 1 additions and 4 deletions
|
@ -275,15 +275,12 @@
|
|||
this.focused = true;
|
||||
this.$emit('on-focus', event);
|
||||
},
|
||||
blur (e) {
|
||||
blur () {
|
||||
this.focused = false;
|
||||
this.$emit('on-blur');
|
||||
if (!findComponentUpward(this, ['DatePicker', 'TimePicker', 'Cascader', 'Search'])) {
|
||||
this.dispatch('FormItem', 'on-form-blur', this.currentValue);
|
||||
}
|
||||
if (!this.activeChange) {
|
||||
this.change(e);
|
||||
}
|
||||
},
|
||||
keyDown (e) {
|
||||
if (e.keyCode === 38) {
|
||||
|
|
Loading…
Add table
Reference in a new issue