From 4ed760bc52e0480e3c0d61fb4c1dab9331b382ad Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 7 Aug 2023 14:55:26 -0700 Subject: [PATCH] changelog --- upcoming_changelogs/7055.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upcoming_changelogs/7055.md diff --git a/upcoming_changelogs/7055.md b/upcoming_changelogs/7055.md new file mode 100644 index 00000000000..727f9febbf8 --- /dev/null +++ b/upcoming_changelogs/7055.md @@ -0,0 +1,5 @@ +- Updated `EuiToolTip` with a new `setAriaDescribedBy` prop. This defaults to true (reflecting prior behavior), and can now be configured to `false` if your tooltip contains duplicative content or (e.g. when setting your own `aria-label` or `aria-describedby` attributes). + +**Bug fixes** + +- Fixed `EuiToolTip` overriding instead of merging its `aria-describedby` tooltip ID with any existing `aria-describedby`s