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...
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...
Add `getModules` function to make transpiling for Next.js easier and less likely to break when new versions of React Spectrum are released. ```js const withTM = nextTranspileModules(getReactSpectrumModules()); module.exports = withTM({...
* Share logic so that tab/enter on combobx share same behaviour as when isFocused is false which is working as expected Closes #2413 ## ✅ Pull Request Checklist: - [X]...
Closes [1697](https://github.com/adobe/react-spectrum/issues/1697) ## ✅ Pull Request Checklist: - [x] 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 [2540](https://github.com/adobe/react-spectrum/issues/2540) ## ✅ 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 code...
Currently if OverlayContainer is rendered during SSR it would fail because of trying to access document.body. This ensures that the window APIs are only called on the browser during useEffect,...
Added a tool to find dead links in the documentation. I added to run commands, one against localhost and one against production. There are some issues: - it makes requests...
Closes #2421. This PR implements the feature proposed in the linked issue by adding a new prop to `FocusScope` named `tabOrder`. `tabOrder` can take on the following values: * `'replace-trigger'`...
Closes #2397 ## ✅ 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...