react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
### 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...
userEvent.keyboard('{arrowdown}') no longer opens combobox in playwright tests since 12-20 release
### 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 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...
### 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...
### 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...
### 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...