Lindsey Wild
Lindsey Wild
## Description There have been a few instances where we've needed truncated NavigationList::Items to have a Tooltip associated with them. The issue is that applying an `id` applies it to...
_Authors: Please fill out this form carefully and completely._ _Reviewers: By approving this Pull Request you are approving the code change, as well as its deployment and mitigation plans._ _Please...
### Context When the Banner component is dismissed, focus is lost. There has been a recent solution in the GitHub codebase to manage focus programmatically when a Banner is dismissed,...
Related to https://github.com/github/accessibility/issues/6101. Updates a11y guidance based on updates made to the RelativeTime components allowing them to be accessible. Blocked by https://github.com/github/accessibility-audits/issues/5633 & https://github.com/github/accessibility-audits/issues/5524.
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
### What are you trying to accomplish? Adds character count functionality to the TextArea and TextField components. **Note**: I have an open question w/our accessibility experts about the caption announcing...
When clicking down (I.e. making a selection) within the Dialog component, if I am still mousing down and I drag my cursor outside of the dialog, it closes. This is...