Skip to content

Commit

Permalink
fix(multiselect): remove aria-selected prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dakahn committed Jul 10, 2020
1 parent b015d9f commit 06c04ed
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 @@ -218,7 +218,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 06c04ed

Please sign in to comment.