primitives icon indicating copy to clipboard operation
primitives copied to clipboard

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.

Results 526 primitives issues
Sort by recently updated
recently updated
newest added

## Feature request ### Overview ### Examples in other libraries ### Who does this impact? Who is this for? ### Additional context

Type: New Primitive
Difficulty: Hard

## Bug report ### Current Behavior Removing focused element inside dialog or dropdown makes CPU spike. Possibly due to focus trapping logic. [Bug](https://user-images.githubusercontent.com/3096766/183479611-78b74261-6edb-4b8d-a607-fb6c493cce5b.mov) ### Expected behavior CPU spike shouldn't happen...

Resolution: Needs Investigation

## Bug report ### Current Behavior I'm building `Modal` component, using `Dialog` primitive from radix-ui. Everything worked amazing until i decided that our `Modal` component will use `React.Children` to map...

## Bug report ### Current Behavior When I hover last/first visible item in dropdown menu content it autoscrolls to some random element https://user-images.githubusercontent.com/8783498/180736094-2052435d-9f1d-4ae8-aa4d-2096701515fc.mov ### Expected behavior DropdownMenu.Content should not scroll...

## Feature request ### Overview Currently the Select menu will position the currently selected option in the list on top of the trigger. This means that depending on the selected...

Priority: High
Type: Feature
Difficulty: Medium
Package: react/select

### Description Allows setting `disabled` on the root `RadioGroup`, setting all `Radio` items as `disabled`. ~Individual `Radio` items can still set `disabled={false}` to override the group's setting.~ The first commit...

### Discussed in https://github.com/radix-ui/primitives/discussions/1078 Originally posted by **davbrito** January 12, 2022 There are several good packages for making virtualized lists. We have [react-virtual](https://github.com/tannerlinsley/react-virtual#readme), [react-virtualized](https://github.com/bvaughn/react-virtualized), [react-virtuoso](https://virtuoso.dev/), [react-window](http://react-window.now.sh/), etc. What would be...

Type: Enhancement
Type: 3rd Party Compatibility
Difficulty: Hard
Package: react/scroll-area

## Feature request ### Overview Infinite scrolling has become some what of a standard on social media platforms. However the more dom elements you create as you scroll, the less...

Type: New Primitive
Difficulty: Hard

> 💁 Note, I originally started [a discussion](https://github.com/radix-ui/primitives/discussions/1587) around which where it was suggested that this might be a bug. ## Bug report ### Current Behavior When using the `RadioGroup`...

Type: Bug
Package: react/radio-group

Mentioned in #1270 and #1334

Type: New Primitive
Difficulty: Hard