Skip to content

Commit

Permalink
fix(multiselect): remove aria-selected prop (#6440)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
dakahn and kodiakhq[bot] authored Jul 10, 2020
1 parent 8c84f34 commit 2692813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/MultiSelect/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ function MultiSelect({
.length > 0;
return (
<ListBox.MenuItem
aria-selected={isChecked}
key={itemProps.id}
isActive={isChecked}
isHighlighted={highlightedIndex === index}
Expand Down

0 comments on commit 2692813

Please sign in to comment.