Skip to content

Commit

Permalink
fix: remove aria-owns (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Apr 8, 2022
1 parent 2bbd0c6 commit 306ca06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/picker/components/Picker/Picker.html
Expand Up @@ -22,7 +22,6 @@
spellcheck="true"
aria-expanded={!!(searchMode && currentEmojis.length)}
aria-controls="search-results"
aria-owns="search-results"
aria-describedby="search-description"
aria-autocomplete="list"
aria-activedescendant={activeSearchItemId ? `emo-${activeSearchItemId}` : ''}
Expand Down

0 comments on commit 306ca06

Please sign in to comment.