react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
# 🙋 Feature Request Add "form" attribute to all components that render an ``, `` or ``. ## 🤔 Expected Behavior Be able to set `form` attribute on the internal...
# 🐛 Bug Report Items are missing or partially occluded in combobox with wide items. This is a video of the code sample from below. The last item should be...
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...
### 🙋 Documentation Request The Modal component can be optionally wrapped inside a custom ModalOverlay, for example to set a custom class on the ModalOverlay as described in the docs...
# 📝 Feedback Original Twitter thread with @devongovett – https://twitter.com/mattrothenberg/status/1681749782740496384?s=20 I'd like to build a custom Select menu that supports multiple selection. To this end, I've sketched out some code...
### Provide a general summary of the feature here Ensure compatibility with React 19 types ### 🤔 Expected Behavior? no type errors ### 😯 Current Behavior type errors ### 💁...
related to https://github.com/adobe/react-spectrum/issues/3183 ## ✅ 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...
### 🙋 Documentation Request The React Aria Starter Kit download for Tailwind is not using latest react aria components version. Latest download file from the website is react-aria-tailwind-starter.48e54b651.zip and the...
### Provide a general summary of the issue here onClick should be able to be triggered on parent but it is not, calling the e.continuePropagation does not change the parent...
### Provide a general summary of the issue here We are currently developing an internal SSO form using React Aria for building our form components. We have encountered a specific...