Float label support for dropdown and multiselect

This commit is contained in:
cagataycivici 2020-07-03 11:51:23 +03:00
parent 627396f031
commit 9b582b315b
2 changed files with 9 additions and 5 deletions

View file

@ -422,7 +422,9 @@ export default {
{
'p-disabled': this.disabled,
'p-dropdown-clearable': this.showClear && !this.disabled,
'p-focus': this.focused
'p-focus': this.focused,
'p-inputwrapper-filled': this.value,
'p-inputwrapper-focus': this.focused
}
];
},