react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
1. Make sure that Dialog autoFocus actually happens. 2. Add workaround for focus management on close within the Storybook example until #2445 is approved. Closes #3128 ## β Pull Request...
# π Bug Report Starting with version 3.5.1, the contents of [`@react-aria/textfield/dist/module.js`](https://unpkg.com/@react-aria/[email protected]/dist/module.js) seems to have become garbled. The file at version [3.5.0](https://unpkg.com/@react-aria/[email protected]/dist/module.js) looks good and can be correctly loaded as...
Our current overlay hooks in React Aria are very low level, and you have to combine many different pieces together yourself to build overlays like popovers and modals. This can...
This is to solve for the βEditing and Navigating Inside a Cellβ case within grid. A user needs the ability to navigate between elements within a card (cell) without it...
# π Bug Report When a `width` is set on a Column in a V3 TableView, it seems to be the only thing considered when defining the width of that...
# π Bug Report When rendering something containing `` _into an iframe_, `FocusScope` has trouble detecting the newly-focused element and goes into an infinite focusing loop. Here's a repro: https://codesandbox.io/s/react-aria-focusscope-in-iframe-0e6fkj?file=/src/App.tsx...
react-aria: useSlider multi-thumb example, thumbs no longer draggable after both thumbs set to 100%
Action Items: - move logic that Spectrum RangeSlider has into hooks # π Bug Report In the 'Multi thumb' example usage for `useSlider` : https://react-spectrum.adobe.com/react-aria/useSlider.html#multi-thumb, setting both thumbs to 100%...
# π Bug Report Steps to reproduce: 1. Load sandbox link 2. type in "jarr" 3. Observe expected no options in list 4. press backspace once, query is "jar" 5....
Closes followup to a PR which enabled it in aria https://github.com/adobe/react-spectrum/pull/3228 ## β Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ]...
In collaboration with @snowystinger. Builds on #3323. Closes #3171. Closes #3128. This fixes a few related issues: 1. In cases like the Modal unmounting trigger story, focus would not move...