diff --git a/change/office-ui-fabric-react-2020-08-05-15-01-14-multiSelectDropdownRequired.json b/change/office-ui-fabric-react-2020-08-05-15-01-14-multiSelectDropdownRequired.json new file mode 100644 index 00000000000000..cd523da16ed31a --- /dev/null +++ b/change/office-ui-fabric-react-2020-08-05-15-01-14-multiSelectDropdownRequired.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "Dropdown: Removing aria-required from multiselect scenarios since it's not allowed for role='button'.", + "packageName": "office-ui-fabric-react", + "email": "humbertomakotomorimoto@gmail.com", + "dependentChangeType": "patch", + "date": "2020-08-05T22:01:13.918Z" +} diff --git a/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.base.tsx b/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.base.tsx index a56f49e7fdb79e..a0d276c2a42f24 100644 --- a/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.base.tsx +++ b/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.base.tsx @@ -269,6 +269,7 @@ export class DropdownBase extends React.Component