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 `NumberField`, some keypresses are blocked if they are not relevant. For example, you cannot enter letters. However, spaces are...
Closes #9205 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new code...
### Provide a general summary of the issue here Occurs when using a `Select` with enough items in the popover to cause scrolling. On subsequent re-opens of the `Select`, the...
### Provide a general summary of the issue here I am using the react-aria Link component, and I want to add role="menuitem" to it, but the final rendered `` doesn't...
### Provide a general summary of the issue here When trying to click on/highlight the text for a Section header in the Combobox, it actually closes the Combobox This can...
Discussion below, in short when https://github.com/adobe/react-spectrum/blob/2059fd3eb516fe0d31633ce7fae27006c0cd1291/packages/%40react-aria/selection/src/useSelectableCollection.ts#L501-L517 fires, we expect the list to be populated so that the selected item can be found and scrolled into view. However, in React 19...
### Provide a general summary of the issue here [devongovett](https://github.com/devongovett) Did a great job in this [MR](https://github.com/adobe/react-spectrum/pull/8888), but the issue still persists. If you open the modal, focus on the...
### Provide a general summary of the issue here When using custom Framer Motion animations with Popover via the `isExiting` prop, rapid interactions (e.g., automated Playwright tests) can cause React...
### Provide a general summary of the issue here If you're on mobile or at least in browser on mobile there's an issue where selecting say the second of this...
### Provide a general summary of the issue here The `TagGroup` omits `onAction`, meaning the group can't be used as an implementation of the [layout grid pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/#layoutgridsforgroupingwidgets) + selectionMode="none" ###...