-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InputNumer: PageSpeed Accessibility: ARIA IDs are unique #5270
Comments
We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days. |
Ok, in my case both |
Oh got it yeah that is why the id's are separate so you can assign them separately and independently especially for ARIA and automated testing tools. Let me add some docs. |
Describe the bug
The span and input used to compose the InputButton have the same ARIA IDs:
Reproducer
No response
PrimeReact version
10.0.9
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
The span and input used to compose the InputButton should have different ARIA IDs:
The text was updated successfully, but these errors were encountered: