Refactor on InputNumber

pull/345/head
Yiğit FINDIKLI 2020-05-13 17:23:38 +03:00
parent 5c20059d18
commit a651fede20
1 changed files with 1 additions and 2 deletions

View File

@ -262,7 +262,6 @@ export default {
}
},
onInput(event) {
debugger;
if (this.isSpecialChar) {
event.target.value = this.lastValue;
}
@ -542,7 +541,7 @@ export default {
},
onInputFocus(event) {
this.focused = true;
this.$emit('blur', event);
this.$emit('focus', event);
},
onInputBlur(event) {
this.focused = false;