-
Notifications
You must be signed in to change notification settings - Fork 4.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
Pagination: invalid ARIA attribute ariaLabel
#2601
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Valid bug. I do not think this is a duplicate. PRs welcome. |
Confirmed. This is a valid bug. |
ariaLabel
. Did you mean aria-label
?ariaLabel
I think the problem is that the I say this only because if you replace the current var props = Object.assign({}, this.props);
delete props.ariaLabel;
return MenuItem.create(props, { |
I don't think the issue is fixed in v0.79.0. |
Create a new issue with repro on codesandbox, please. |
Steps
Create a small pagination component.
When the component mounts, a warning is displayed.
Expected Result
Not show the warning.
Actual Result
Shows the warning.
Version
Testcase
https://codesandbox.io/s/9l90v9xnwp
The text was updated successfully, but these errors were encountered: