parent
ff9617ff38
commit
6b34748e99
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@
|
||||||
computed: {
|
computed: {
|
||||||
inputIcon () {
|
inputIcon () {
|
||||||
let icon = '';
|
let icon = '';
|
||||||
if (this.clearable && this.currentValue) {
|
//#6161 #7
|
||||||
|
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
Reference in a new issue