Skip to content

Commit 932bb6d

Browse files
Michail Yasonikcchaoscchaos
authored
[EuiBreadcrumbs] a11y polish (#4763)
Co-authored-by: cchaos <caroline.horn@elastic.co> Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
1 parent de7bdb0 commit 932bb6d

File tree

18 files changed

+1267
-928
lines changed

18 files changed

+1267
-928
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Added `markdownFormatProps` prop to `EuiMarkdownEditor` to extend the props passed to the rendered `EuiMarkdownFormat` ([#4663](https://github.com/elastic/eui/pull/4663))
99
- Added optional virtualized line rendering to `EuiCodeBlock` ([#4952](https://github.com/elastic/eui/pull/4952))
1010
- Added `current` as a `status` of `EuiHorizontalStep` ([#4911](https://github.com/elastic/eui/pull/4911))
11+
- Improved accessibility of `EuiBreadcrumbs` ([#4763](https://github.com/elastic/eui/pull/4763))
1112
- Exported `onChange` type for `EuiSearchBar` ([#4968](https://github.com/elastic/eui/pull/4968))
1213

1314
**Bug fixes**

src-docs/src/views/breadcrumbs/breadcrumbs.js

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ export default () => {
3232
},
3333
{
3434
text: 'Edit',
35+
href: '#',
36+
onClick: (e) => {
37+
e.preventDefault();
38+
},
3539
},
3640
];
3741

0 commit comments

Comments
 (0)