We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f00ae commit 36d0e13Copy full SHA for 36d0e13
src/components/tooltip/tooltipStandAlone.tsx
@@ -190,6 +190,8 @@ const TooltipStandAlone = ({
190
trapFocusInsideModal={true}
191
variant={props.styles.popoverVariant?.[props.mediaDevice]}
192
{...props.popover}
193
+ aria-label={props.popover?.['aria-label'] || props.tooltipAriaLabel}
194
+ aria-modal={props.tooltipAsModal || undefined}
195
onCloseInternally={props.onPopoverCloseInternally}
196
>
197
{Tooltip}
0 commit comments