react icon indicating copy to clipboard operation
react copied to clipboard

An implementation of GitHub's Primer Design System using React

Results 520 react issues
Sort by recently updated
recently updated
newest added

Update the font-weight of the Dialog subtitle component to be normal This PR was created with Copilot Workspace (v0.6). For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/gh/primer/react?shareId=cac4098e-a794-405b-a65a-f7808e1c18fe).

### Description The dropdown does not move along with the page when it is open and we scroll the page. ### Steps to reproduce have code in https://gist.github.com/surishubham/4c2cf935e082e5c53678911a0793b5ea 1- Click...

bug
react
component: SelectPanel

### Description When using `aria-label` on a `ActionMenu.Overlay` ```jsx ... ``` the aria-label is rendered onto the dialog: ![Image](https://github.com/primer/react/assets/113158/2f940c0f-9ef2-4906-8fc7-fcf903f839e0) but when using ```jsx ... ``` The `aria-labelledby` is rendered onto...

bug
react
status: waiting for author's response
component: ActionMenu

### Description The popover for `UnderlineNav` is clipped in mobile viewports ### Steps to reproduce I noticed this when using the latest repo beta opt-in 👀 1. Visit a repo:...

bug
react
component: UnderlineNav

Remembered this when reviewing #4225 that we have dedicated subfolders for TypeScript types to resolve correctly and that the `package.json` files in these folders have a link to an issue....

### Description The `CheckboxGroup` and `Checkbox` components have an [`aria-conditional-attr` violation](https://dequeuniversity.com/rules/axe/4.8/aria-conditional-attr?application=AxeChrome) from axe due to usage of `aria-checked` The value of `aria-checked` should mirror the value of the input's `checked`...

bug
accessibility
react
component: Checkbox
component: CheckboxGroup

Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 7.0.1. Release notes Sourced from actions/github-script's releases. v7.0.1 What's Changed Avoid setting baseUrl to undefined when input is not provided by @​joshmgross in actions/github-script#439 Full...

dependencies
Stale
skip changeset

_This is a scheduled issue for tracking the release between Monday, February 12th and Monday, February 26th_ | Last week | Value | | :-------- | :---- | | Issue...

### Description Using `` within `` affects the group's styling. #### Expected: ![Image showing expected output](https://github.com/primer/react/assets/13594679/064bb08f-c5eb-40b3-ad8a-f34f84db5bdd) #### Actual: ![Image showing actual output](https://github.com/primer/react/assets/13594679/f0d18d11-a109-49c0-a7fb-c6be57a009d5) ### Steps to reproduce ```typescript 😜 😳 😭...

bug
react
component: Tooltip
component: ButtonGroup

Closes #4194 ### Changelog - Updated the handling of keyboard events within the ActionListItem component. Previously, `onKeyPress` was used. This has been replaced with `onKeyDown` to move away from now...