Fixed #5786 - Deprecate inputStyle and add inputVariant

This commit is contained in:
tugcekucukoglu 2024-05-27 13:28:07 +03:00
parent e14ce7fdf9
commit be72908415
15 changed files with 32 additions and 18 deletions

View file

@ -15,7 +15,7 @@ primevue: {
options: {
unstyled: true,
ripple: true,
inputStyle: 'filled'
inputVariant: 'filled'
}
}
`