Pinned
699 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 3 commits in 1 repository
Created a pull request in microsoft/fluentui that received 8 comments
Button: Adding disabledFocusable prop to allow for scenarios where Button has disabled styling but is focusable
Pull request checklist
Addresses an existing issue: Fixes #16405
Include a change request file using $ yarn change
Description of changes
Adding …
+147
−19
•
8
comments
Opened 4 other pull requests in 2 repositories
microsoft/fluentui
1
open
2
merged
- ToggleButton: Replacing use of pressed semanticColors with checked semanticColors for checked states
- Button: Re-exporting MenuContext from react-button to avoid fragility in package versions usage.
- Button: Adding missing css variables for opacity in Button and borderColor in checked state of ToggleButton
WICG/open-ui
1
open
Reviewed 16 pull requests in 2 repositories
microsoft/fluentui 14 pull requests
- RFC: Package structure/naming
- Clean up some prop comments and deprecated messages
- fix(react-examples): Improved information for screen readers on Facepile examples
- Use GrayText for disabled Action Button in high contrast.
- fix(react-examples): Add labels to Icon examples
- fix(react-examples): Change item names to match icon in OverflowSet example
- fix(react-examples): Add tooltip to icons in OverflowSet example
- fix(react-examples): Add allowed data title to TextField mask example
- fix(react-examples): Fix high contrast visibility issues in DetailsList example
- Toggle: fix label click target being too wide (7.0)
- fix(react-button): Allow pointer events in disabledFocusable button
- Toggle: fix label click target being too wide
- Improve docs for Link props
- Correctly set focus in FocusTrapZone even if focus event does not bubble
WICG/open-ui 2 pull requests
Created an issue in microsoft/fluentui that received 1 comment
Adding disabledFocusable prop to Button in react-button package
Describe the feature that you would like added
allowDisabledFocus is a prop that is used to allow focus on disabled elements and exists in the vers…
1
comment
Answered 1 discussion in 1 repository
microsoft/fluentui
microsoft/fluentui

