You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a pt to the Password component. I wanted to left align the iconField. So adding a pt that sets the className of IconField to p-icon-field-left should have done the trick.
Trouble is: It seems to have no effect. The style isn't even being passed to the icon field.
The reproducer also shows the same thing.
melloware
added
Resolution: Duplicate
Issue has already been reported or a pull request related to same issue has already been submitted
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 24, 2024
This issue is a duplicate and has already been reported and possibly fixed. Please review other issues both open and closed for a similar issue to this one.
Describe the bug
When passing a
pt
to thePassword
component. I wanted to left align theiconField
. So adding apt
that sets theclassName
ofIconField
top-icon-field-left
should have done the trick.Trouble is: It seems to have no effect. The style isn't even being passed to the icon field.
The reproducer also shows the same thing.
Reproducer
https://stackblitz.com/edit/vitejs-vite-1glvmw?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
No response
Expected behavior
I expect that passing classes via
pt
will append them to the already existing classes.The text was updated successfully, but these errors were encountered: