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