mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Float label support for dropdown and multiselect
This commit is contained in:
parent
627396f031
commit
9b582b315b
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
];
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue