Skip to content

Commit

Permalink
Fix: aria-haspopup removed from hotgrid buttons (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 committed Apr 26, 2023
1 parent 4cff530 commit 59f479a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/hotgrid.jsx
Expand Up @@ -56,7 +56,6 @@ export default function Hotgrid(props) {
])}
onClick={onItemClicked}
data-index={_index}
aria-haspopup="dialog"
>

<span className="aria-label" dangerouslySetInnerHTML={ itemAriaLabel(_index, _graphic, _isVisited) } />
Expand Down

0 comments on commit 59f479a

Please sign in to comment.