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
Value of inputmask is not propagated to inputtext component.
And if you set a value in inputmask and then disable/enable it, classname 'p-filled' is not set properly, causing float label working bad.
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Oct 17, 2024
Describe the bug
Value of inputmask is not propagated to inputtext component.
And if you set a value in inputmask and then disable/enable it, classname 'p-filled' is not set properly, causing float label working bad.
Reproducer
https://stackblitz.com/edit/joufix?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
Expected behavior
Classname 'p-filled' is properly set and float label should work fine.
The text was updated successfully, but these errors were encountered: