react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Closes // Some browsers do not fire onBlur when the document.activeElement is removed from the dom. // Firefox has had a bug open about it for 13 years https://bugzilla.mozilla.org/show_bug.cgi?id=559561 //...
This fixes a few bugs found while writing drag and drop docs: * When starting a drag with the keyboard, the nearest drop target (positionally) is focused by default rather...
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...
Closes https://github.com/adobe/react-spectrum/issues/3028 Splits the MenuTrigger from the Header. This makes for some better more reasonable styling and should improve screen reader announcements as well. I've changed the role=separator to an...
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...
This is a slight refactor of #3168 to fix a few issues: * The Virtualizer `isPersistedKey` function accepted a full `LayoutNode` object, which is specific to `ListLayout`. It made some...
Closes #1999 replacing #2016 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue 1999](https://github.com/adobe/react-spectrum/issues/1999). - [ ] Added/updated unit tests and storybook for this...
Closes #3220 ## ✅ Pull Request Checklist: - [x] Included link to corresponding React Spectrum GitHub Issue #3220. - [x] Added/updated unit tests and storybook for this change (for new...
Add IntersectionObserver to detect whether or not a focused item is visible within the browser window, and if not scroll it into view. Closes #2766 ## ✅ Pull Request Checklist:...
Closes #2592 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue 2592](https://github.com/adobe/react-spectrum/issues/2592). - [x] Added/updated unit tests and storybook for this change (for new...