-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
feat(VBreadcrumbs): improve accessibility and add menu when collapsed #22358
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
base: dev
Are you sure you want to change the base?
feat(VBreadcrumbs): improve accessibility and add menu when collapsed #22358
Conversation
ffc8c40 to
2a3bd3e
Compare
2a3bd3e to
c77b459
Compare
d9084ec to
738d8d0
Compare
738d8d0 to
e7a63f3
Compare
|
It is coming up nicely.
|
|
Good question. We could have
Just something to support the new "ellipsis". I did not check it.. if it already says something reasonable upon keyboard focus, then we should be fine, otherwise I hope it only needs one |
151c767 to
9dd9b07
Compare
9dd9b07 to
c8754d1
Compare
packages/vuetify/src/components/VBreadcrumbs/__tests__/VBreadcrumbs.spec.browser.tsx
Show resolved
Hide resolved
87b5bc3 to
79f987a
Compare
Description
This PR improves the
VBreadcrumbscomponent with several accessibility-focused and Material Design–aligned enhancements.total-visibleprop limits how many items can be displayed before collapsing items into an ellipsiscollapse-in-menufor displaying the hidden items inside an accessible dropdown menumenu-props,list-props, and#list-itemslot - for deep customizationMarkup: