react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
### Description Currently the API for `Dialog` does not support an ergonomic way to wrap the full contents of the dialog (header, footer, and body) in a wrapper such as...
### Description The input focus behavior is broken when using a `TextInput` with input types such as `date` and `time`. Regardless of which part of the input is clicked, focus...
### Problem statement Right now many consumers use our utils functions. They do so because the utils are available, but not via a nice path. For example [this search (employees...
I'm trying to automate more of our component documentation by using `react-docgen-typscript`. This could eliminate the need to maintain `{ComponentName}.docs.json` files. See [this discussion post](https://github.com/github/primer/discussions/3171) for a more detailed overview...
### Description We are using TreeView in the NestedListView and I came across this warning in the axe tests: `ARIA attribute element ID does not exist on the page: aria-describedby=":r3:...
- Fixes https://github.com/primer/react/issues/3947 - Includes https://github.com/primer/react/pull/3958 > [!WARNING] > **Possible breaking changes?** > > This PR affects Portals, so all overlays with width:auto would now be able to grow like...
This issue came up while I was reviewing one of the fork PRs (https://github.com/primer/react/pull/3634) that the forks don't get deployed to GitHub Pages. Although [the job](https://github.com/primer/react/actions/runs/6308172991/job/17126027575) runs successfully, it doesn't...
## Problem While prototyping a few layouts I've noticed a consistent problem with our Underline Nav React implementation ## ActionMenu positioning When there is a more menu it often goes...
Bumps [@github/combobox-nav](https://github.com/github/combobox-nav) from 2.3.1 to 3.0.1. Release notes Sourced from @github/combobox-nav's releases. 3.0.1 What's Changed Fix FirstOptionSelectionMode:selected clearing on typing by @anleac in github/combobox-nav#82 Full Changelog: https://github.com/github/combobox-nav/compare/v3.0.0...v3.0.1 v3.0.0 This changes...
### Description According to the docs in https://primer.style/react/drafts/Dialog, the dialog is modal so it should close when clicking outside of the dialog. However, clicking outside the dialog does not close...