Skip to content

Commit

Permalink
Popover: Add a label for when this tabstop gets hit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dwyer committed Jan 12, 2023
1 parent 9380c25 commit b185c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/popover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ const UnforwardedPopover = (
ref={ mergedFloatingRef }
{ ...dialogProps }
tabIndex={ -1 }
aria-label="popover label"
role="region"
style={
isExpanded
? undefined
Expand Down

0 comments on commit b185c7b

Please sign in to comment.