mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5437 - Removed shared classes
This commit is contained in:
parent
6e2280009f
commit
4d640c4442
16 changed files with 50 additions and 37 deletions
|
@ -10,7 +10,7 @@ const classes = {
|
|||
{
|
||||
'p-inputwrapper-filled': instance.filled,
|
||||
'p-inputwrapper-focus': instance.focused,
|
||||
'p-icon-field p-icon-field-right': props.toggleMask
|
||||
'p-password-icon-field': props.toggleMask
|
||||
}
|
||||
],
|
||||
input: ({ props }) => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue