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
The DOM element order in FloatLabel is incorrect. The element comes after the instead of before it.
This affects accessibility and is inconsistent with expected HTML semantics.
Describe the bug
The DOM element order in FloatLabel is incorrect. The element comes after the instead of before it.
This affects accessibility and is inconsistent with expected HTML semantics.
This issue can be observed directly in the official documentation:
https://primereact.org/floatlabel/
Reproducer
No response
System Information
Steps to reproduce the behavior
Go to https://primereact.org/floatlabel/
Inspect any FloatLabel example
Observe that appears before in DOM
Expected behavior
The should appear before the to follow proper semantics and accessibility standards.