commit
7ac501359f
|
@ -950,7 +950,7 @@ export default {
|
||||||
'p-disabled': this.disabled,
|
'p-disabled': this.disabled,
|
||||||
'p-dropdown-clearable': this.showClear && !this.disabled,
|
'p-dropdown-clearable': this.showClear && !this.disabled,
|
||||||
'p-focus': this.focused,
|
'p-focus': this.focused,
|
||||||
'p-inputwrapper-filled': this.modelValue,
|
'p-inputwrapper-filled': this.hasSelectedOption,
|
||||||
'p-inputwrapper-focus': this.focused || this.overlayVisible,
|
'p-inputwrapper-focus': this.focused || this.overlayVisible,
|
||||||
'p-overlay-open': this.overlayVisible
|
'p-overlay-open': this.overlayVisible
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue