From ebc851e0353ca1891332016e3f2086e1d00102e5 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 | 1 + 1 file changed, 1 insertion(+) create mode 100644 upcoming_changelogs/7055.md diff --git a/upcoming_changelogs/7055.md b/upcoming_changelogs/7055.md new file mode 100644 index 000000000000..7db2006964a2 --- /dev/null +++ b/upcoming_changelogs/7055.md @@ -0,0 +1 @@ +- 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).