-
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
Allow aria-label and aria-labelledby attributes on all input components. #839
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Comments
Components;
|
|
Will you add this support for |
|
@jeffgaynorspok this feature was added in this ticket: #2620 |
melloware
added a commit
to melloware/primereact
that referenced
this issue
Sep 14, 2022
melloware
added a commit
to melloware/primereact
that referenced
this issue
Sep 21, 2022
Merged
melloware
added a commit
to melloware/primereact
that referenced
this issue
Sep 21, 2022
melloware
added a commit
that referenced
this issue
Sep 21, 2022
melloware
added a commit
to melloware/primereact
that referenced
this issue
Sep 21, 2022
Merged
melloware
added a commit
that referenced
this issue
Sep 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Current behavior
I cannot associate
aria-label
oraria-labelledby
attributes withDropdown
or other PrimeReact input components. (This was noted in issue #729, but that issue was closed without addressing this request.)Expected behavior
I would expect that I could define a
Dropdown
and any other PrimeReact input components like this:or
React version:
16.8.6
PrimeReact version:
3.1.2
Browser:
all
Language:
all
The text was updated successfully, but these errors were encountered: