From 7d5667ae0aab6693708a059c98b4b5ee97382e02 Mon Sep 17 00:00:00 2001 From: "Andrea N. Cardona" Date: Tue, 17 Aug 2021 22:21:12 -0400 Subject: [PATCH] fix(tooltip): added aria-label to tooltip content (#9420) * fix(tooltip): added aria-label to tooltip content * fix(tooltip): adds title to toolitp * fix(tooltip): fixes dialog title bug Co-authored-by: Josefina Mancilla <32556167+jnm2377@users.noreply.github.com> --- packages/react/src/components/Tooltip/Tooltip.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/react/src/components/Tooltip/Tooltip.js b/packages/react/src/components/Tooltip/Tooltip.js index bd6cfe93a775..50e661622b8e 100644 --- a/packages/react/src/components/Tooltip/Tooltip.js +++ b/packages/react/src/components/Tooltip/Tooltip.js @@ -539,7 +539,10 @@ class Tooltip extends Component { onBlur={this.handleMouse} onContextMenu={this.handleMouse}> -
+
{children}