react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Closes ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for new...
### Provide a general summary of the feature here For components that use the `useMove` hook, there are cases where the element being moved should autoscroll into view at viewport...
### Provide a general summary of the issue here If I set "display:none" on a parent element of a `ListView`, it crashes the page. ```jsx {(item) => {item.name}} ``` Possibly...
### Provide a general summary of the issue here There are certain scenarios where scrolling a ListView with frequently updating items can crash the component. The error is: ```log Uncaught...
Closes #1472 This PR enhances focus management capabilities in React Spectrum applications when used within Shadow DOM environments. ## Changes - Introduced a new utility function `getRootNode`, designed to return...
Closes #6218 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [LocalizedStringProvider: missing nonce parameter when CSP is enabled](https://github.com/adobe/react-spectrum/issues/6218). - [x] Added/updated unit tests and storybook for this...
Closes In association with https://github.com/adobe/react-spectrum/pull/6011 ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for...
### Provide a general summary of the feature here When using the [ComboBox](https://react-spectrum.adobe.com/react-aria/ComboBox.html#content), it's quite a common pattern that hitting the 'enter' key automatically selects the first option. For example,...
## Before ## After ## What I did 1. Early-return was used to improve the readability of the if/else syntax. 2. The stability was improved by eliminating the possibility of...
### Provide a general summary of the issue here In safari browser, when scroll content to end popover is closing ### 🤔 Expected Behavior? Don't close popover ### 😯 Current...