mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5176 - invalid property added
This commit is contained in:
parent
b42c9eb7ee
commit
a9a254915c
54 changed files with 198 additions and 12 deletions
|
@ -41,7 +41,8 @@ const classes = {
|
|||
{
|
||||
'p-inputwrapper-filled': instance.filled,
|
||||
'p-inputwrapper-focus': instance.focused,
|
||||
'p-input-icon-right': props.toggleMask
|
||||
'p-input-icon-right': props.toggleMask,
|
||||
'p-invalid': props.invalid
|
||||
}
|
||||
],
|
||||
input: ({ props }) => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue