Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bc8cf0c
feat(eui): replace title with EuiToolTip in EuiAvatar
weronikaolejniczak May 11, 2026
0c6a960
feat(eui): replace title with EuiToolTip in EuiBasicTable
weronikaolejniczak May 15, 2026
7735270
feat(eui): replace title with EuiToolTip in EuiBreadcrumbs
weronikaolejniczak May 18, 2026
ade66fa
feat(eui): pass `title` conditionally in EuiComboBox
weronikaolejniczak May 18, 2026
ac6586e
feat(eui): replace title with EuiToolTip in EuiMarkdownEditor
weronikaolejniczak May 18, 2026
ecd0c78
feat(eui): replace title with EuiToolTip in EuiFieldPassword
weronikaolejniczak May 18, 2026
000489e
feat(eui): pass `title` conditionally in EuiSelectable
weronikaolejniczak May 18, 2026
1b200f8
feat(eui): replace title with EuiToolTip in EuiTextTruncate
weronikaolejniczak May 18, 2026
a1a9c45
feat(eui): replace title with EuiToolTip in EuiSearchBar
weronikaolejniczak May 18, 2026
fa73855
feat(eui): replace title with EuiToolTip in EuiSuperDatePicker
weronikaolejniczak May 18, 2026
c5e0a7f
feat(eui): replace title with EuiToolTip in EuiDataGrid
weronikaolejniczak May 18, 2026
22a9f6d
chore: add changelog
weronikaolejniczak May 18, 2026
066694b
fix(eui): add title="" back to time window buttons
weronikaolejniczak May 19, 2026
2d306da
fix(eui): disable screen reader output in date popover button
weronikaolejniczak May 19, 2026
626b143
refactor(eui): render EuiToolTip conditionally in EuiSearchBar
weronikaolejniczak May 19, 2026
473306f
fix(website): improve grammar
weronikaolejniczak May 19, 2026
f7d3755
chore(eui): update selector in EuiSearchBar Cypress suite
weronikaolejniczak May 19, 2026
ff4c46c
chore: update snapshots
weronikaolejniczak May 19, 2026
9c74f5e
fix(eui): address PR feedback
weronikaolejniczak May 26, 2026
75d6f3e
Merge branch 'main' into feat/replace-title
weronikaolejniczak May 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packages/eui/changelogs/upcoming/9643.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- Replaced native browser `title` attributes with `EuiToolTip` across the following components for consistent tooltips:
- `EuiAvatar`
- `EuiBasicTable`
- `EuiBreadcrumbs`
- `EuiComboBox`
- `EuiDataGrid`
- `EuiAutoRefresh`
- `EuiSuperDatePicker`
- `EuiFieldPassword`
- `EuiMarkdownEditor`
- `EuiPagination`
- `EuiSearchBar`
- `EuiSelectable`
- `EuiTextTruncate`
- Extended `EuiToolTip`'s `display` prop to support `"flex"`
Loading