Skip to content

Commit

Permalink
fix: Fixing a JAWS Screen reader issue where JAWS will not expand the…
Browse files Browse the repository at this point in the history
… search menu during keyboard navigation because it thinks this region of the DOM is a combobox while instead it is really an expandable search.
  • Loading branch information
Ali Unwala committed Aug 4, 2020
1 parent 71f5efb commit b244fd8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ const GlobalSearchInput = () => {
</label>
<div
className={inputWrapper}
role="combobox"
aria-owns="search-menu"
aria-haspopup="menu"
aria-expanded={searchIsOpen}>
Expand Down

0 comments on commit b244fd8

Please sign in to comment.