Skip to content

Commit

Permalink
ContextualMenu: change role of category options to menuitemselected (#…
Browse files Browse the repository at this point in the history
…11924)

* ContextualMenu: change role of category options where multiple can be selected to menuitemcheckbox

* Change files

* change files
  • Loading branch information
aneeshack4 authored Feb 11, 2020
1 parent 0afa4fa commit 9b93ac1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minor",
"comment": "ContextualMenu: change role of category options to menuitemcheckbox",
"packageName": "office-ui-fabric-react",
"email": "aneeshak@microsoft.com",
"commit": "7b3f82f7ee65ffdec8a34bed75932904f0e690d0",
"dependentChangeType": "patch",
"date": "2020-02-11T22:25:44.796Z"
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function renderCategoriesList(item: any): JSX.Element {
<DefaultButton
key={category.name}
className="ms-ContextualMenu-link ms-ContextualMenu-customizationExample-button"
role="menuitem"
role="menuitemcheckbox"
>
<div>
<span
Expand Down

0 comments on commit 9b93ac1

Please sign in to comment.