forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GroupedList: Add ability to pass role to groupProps (microsoft#11791)
#### Pull request checklist - [ ] Addresses an existing issue: Fixes #0000 - [x] Include a change request file using `$ yarn change` #### Description of changes Add ability to pass `role` to `groupProps` for GroupedList to override the default role of `grid` for grouped list sections. Role `grid` remains the default with this change. #### Focus areas to test (optional)
- Loading branch information
1 parent
58160d2
commit 9e7b657
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
change/office-ui-fabric-react-2020-01-24-10-54-34-GroupedList-role.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,8 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "GroupedList: Add role prop to groupProps", | ||
"packageName": "office-ui-fabric-react", | ||
"email": "[email protected]", | ||
"commit": "c457462537a257458d2df6571f70e743974036e2", | ||
"date": "2020-01-24T18:54:34.656Z" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters