mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactored variant input usage
This commit is contained in:
parent
975580a23b
commit
fa0a2f267a
2 changed files with 0 additions and 2 deletions
|
@ -87,7 +87,6 @@ const classes = {
|
|||
panel: ({ props, instance }) => [
|
||||
'p-treeselect-panel p-component',
|
||||
{
|
||||
'p-input-filled': props.variant === 'filled' || instance.$primevue.config.inputStyle === 'filled',
|
||||
'p-ripple-disabled': instance.$primevue.config.ripple === false
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue