fixed Date bug
This commit is contained in:
parent
9c83f0e534
commit
f1f0206c70
2 changed files with 2 additions and 2 deletions
|
@ -362,7 +362,7 @@
|
|||
handleIconClick () {
|
||||
if (this.showClose) {
|
||||
this.handleClear();
|
||||
} else {
|
||||
} else if (!this.disabled) {
|
||||
this.handleFocus();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue