diff --git a/src/components/autocomplete/AutoComplete.vue b/src/components/autocomplete/AutoComplete.vue index edaffad76..b96911f80 100755 --- a/src/components/autocomplete/AutoComplete.vue +++ b/src/components/autocomplete/AutoComplete.vue @@ -395,7 +395,7 @@ export default { return ['p-autocomplete p-component', { 'p-autocomplete-dd': this.dropdown, 'p-autocomplete-multiple': this.multiple, - 'p-inputwrapper-filled': ((this.value && this.value.length) || (this.inputTextValue && this.inputTextValue.length)), + 'p-inputwrapper-filled': ((this.value) || (this.inputTextValue && this.inputTextValue.length)), 'p-inputwrapper-focus': this.focused }]; },