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
Previously (<= v10.6.3) if using the Password component with the toggleMask prop when the component was rendered in the DOM, tabbing through a form the input component would be tabbed to first and then the toggleMask secondary.
However, now the Password component renders differently and the toggleMask is tabbed to first, followed by the input secondary.
This feels like bad user experience.
Describe the bug
Previously (<= v10.6.3) if using the Password component with the toggleMask prop when the component was rendered in the DOM, tabbing through a form the input component would be tabbed to first and then the toggleMask secondary.
However, now the Password component renders differently and the toggleMask is tabbed to first, followed by the input secondary.
This feels like bad user experience.
Reproducer
https://react-cmjtr2.stackblitz.io
PrimeReact version
10.6.5
React version
18.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Expected behaviour can be seen by changing the primereact library version to 10.6.3 or lower.
The text was updated successfully, but these errors were encountered: