Skip to content

Commit

Permalink
fix(listbox): add aria-multiselectable attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jan 21, 2020
1 parent ba9c1cf commit 806d162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/ListBox/ListBoxMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const ListBoxMenu = ({ children, id, ...rest }) => (
id={`${id}__menu`}
className={`${prefix}--list-box__menu`}
role="listbox"
aria-multiselectable="true"
{...rest}>
{children}
</div>
Expand Down

0 comments on commit 806d162

Please sign in to comment.