This commit is contained in:
parent
57a5f1f1cb
commit
36c9659054
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
computed: {
|
||||
inputIcon () {
|
||||
let icon = '';
|
||||
if (this.clearable && this.currentValue) {
|
||||
if (this.clearable && this.currentValue && !this.disabled) {
|
||||
icon = 'ios-close';
|
||||
} else if (this.icon) {
|
||||
icon = this.icon;
|
||||
|
|
Loading…
Add table
Reference in a new issue