react-spectrum icon indicating copy to clipboard operation
react-spectrum copied to clipboard

A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.

Results 415 react-spectrum issues
Sort by recently updated
recently updated
newest added

Todo: Fix tests This fixes focus behavior after moving one or more items within a list or into another list. Cases: After dropping an item within a list (reorder), that...

Closes https://github.com/adobe/react-spectrum/issues/2389 ## ✅ 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...

# 🐛 Bug Report We have a Select component that uses react-aria's hooks. When the select popover opens we move the focus to another dom element inside the popover. When...

bug
help wanted

Closes https://github.com/adobe/react-spectrum/issues/855 ![Screen Shot 2022-07-20 at 4 36 46 PM](https://user-images.githubusercontent.com/19467235/180100811-44800b54-8f78-4338-ba26-1a3b24f6ffa0.png) ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests...

Closes Do we want to add a FocusRing around CardView the way ListView has one? This was meant to just have CardView support the focus improvements of persistedKeys, but that...

# 🐛 Bug Report Using `className` on `OverlayProvider` results in TypeScript errors. `ModalProviderProps` extends `DOMAttributes` which doesn't include `className`. ## 🤔 Expected Behavior `OverlayProvider` should allow `className`. ## 😯 Current...

typescript

# 🙋 Documentation Request Hey folks, I'm struggling to understand how to customize the themes. [The docs](https://react-spectrum.adobe.com/react-spectrum/theming.html#introduction) say > React Spectrum is built to support theming. But it's very hard...

# 🐛 Bug Report I get an error when I use the `DatePicker` V3 and a `TagField` V2 inside of the `Dialog` after closing the dialog: ## 🤔 Expected Behavior...

bug

# 🐛 Bug Report In FocusRing if we give CSS to focusClass, CSS is not disappearing after losing focus. When we give CSS to the focusRingClass it is working as...

waiting

# 🙋 Feature Request I would like to have a calendar showing two months, that goes forward only one month when pressing the next button. ## 🤔 Expected Behavior The...

enhancement
rsp:DatePicker