react-spectrum icon indicating copy to clipboard operation
react-spectrum copied to clipboard

A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.

Results 787 react-spectrum issues
Sort by recently updated
recently updated
newest added

### Provide a general summary of the issue here When using the `usePress` or `useButton` hooks, the result of the event handler may change the layout of the page (for...

when I try to append or perform any adding function to a node in my tree, It adds double of the intended items to add. I see it through the...

### Provide a general summary of the issue here When you have a ListBoxItem with a value longer than the Input/ComboBox component, the Button component inside ComboBox stops displaying the...

RAC

### Provide a general summary of the issue here We use Storybook interaction tests and storybook [test-runner](https://storybook.js.org/docs/writing-tests/test-runner) to run interaction/unit tests against our components. When I updated to the 12.20...

### Provide a general summary of the issue here I'm attaching a global `cmd+enter` hotkey on our webapp, but switching over to react-aria-components is interfering with it. ### 🤔 Expected...

### Provide a general summary of the issue here combobox does not render a list of results from an initially empty or undefined list given a search query. however each...

bug
help wanted
rsp:ComboBox

# 🐛 Bug Report `ActionButton` with `aria-label="Icon only"` appears to be `34px` by `32px` ## 🤔 Expected Behavior `ActionButton` with `aria-label="Icon only"` should be `32px` by `32px` according to the...

bug

### Provide a general summary of the issue here When using the controlled version of `useColorField` it will jump to a value when you are not done typing yet. Strangely...

bug
documentation
good first issue

### Provide a general summary of the issue here Popover content inside ComboBox getting flash and then hidden whenever `items` props become an empty array, and then if the items...

bug
RAC

### Provide a general summary of the issue here I have created a multi-select dropdown using react-aria hooks and the issue I am having is this: - When the user...

waiting