-
Notifications
You must be signed in to change notification settings - Fork 367
fix: added resultsCountContext prop to pass into the screenReaderText… #11844
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
fix: added resultsCountContext prop to pass into the screenReaderText… #11844
Conversation
Preview: https://patternfly-react-pr-11844.surge.sh A11y report: https://patternfly-react-pr-11844-a11y.surge.sh |
package.json
Outdated
@@ -120,5 +120,8 @@ | |||
"packages/*", | |||
"packages/react-integration/demo-app-ts" | |||
] | |||
}, | |||
"dependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd wager that this shouldn't be a necessary change? What happens if you remove this line and run things locally (yarn install && yarn start
)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick change below, otherwise this is looking nice 😎
Co-authored-by: Eric Olkowski <[email protected]>
… prop
What: Closes #11398
Created a new prop that should provide users who are using a screen reader more context regarding the resultsCount badge
Additional issues: