fix(core/breadcrumb): add missing aria-label to next items dropdown button of breadcrumb - #2683
fix(core/breadcrumb): add missing aria-label to next items dropdown button of breadcrumb #2683lakshmi-priya-b wants to merge 1 commit into
Conversation
✅ Deploy Preview for ix-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



💡 What is the current behavior?
The next items dropdown button had no
aria-label, making it unannounced and non-navigable for screen reader users.JIRA: IX-4347
🆕 What is the new behavior?
The next items dropdown button had now
aria-label, making it announced and navigable for screen reader users.🏁 Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
pnpm test)pnpm lint)pnpm build, changes pushed)👨💻 Help & support