mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor filled variant
This commit is contained in:
parent
0eab4ffa46
commit
cbaca0cd0e
95 changed files with 4492 additions and 4337 deletions
|
@ -105,7 +105,7 @@ const classes = {
|
|||
{
|
||||
'p-disabled': props.disabled,
|
||||
'p-invalid': props.invalid,
|
||||
'p-variant': props.variant === 'filled',
|
||||
'p-variant-filled': props.variant === 'filled',
|
||||
'p-dropdown-clearable': props.showClear,
|
||||
'p-focus': state.focused,
|
||||
'p-inputwrapper-filled': instance.hasSelectedOption,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue