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 787 react-spectrum issues
Sort by recently updated
recently updated
newest added

### Provide a general summary of the feature here We would like to make the `eachMonthOfInterval` query available in `@internationalized/date`, similar to what is available in [date-fns](https://date-fns.org/v3.6.0/docs/eachMonthOfInterval). Without this feature,...

### Provide your feedback here. I want to build a select field using the [Select](https://react-spectrum.adobe.com/react-aria/Select.html) component. However, I have my own popover component that I want to use instead of...

enhancement

### Provide a general summary of the issue here After we upgraded our react-aria to 3.33.1, the onAction handler which passed to MenuItem directly was broken. It is called twice...

bug

Depends on #6640 This fixes the virtualizer `persistedKeys` during drag and drop so that keyboard navigation works correctly and focus isn't lost. Since we only render one of the drop...

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...

release

This moves the collection implementation used by React Aria Components into a new package (`@react-aria/collections`), enabling it to be used in other React Aria hook-based libraries like NextUI. This includes:...

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

Closes Found while testing https://github.com/adobe/react-spectrum/pull/6631 where selecting the first item in the Virtualized Table would cause the select all checkmark to render checked instead of indeterminate ## ✅ Pull Request...

# 🐛 Bug Report This happens due to [the overridden onMouseDown event](https://github.com/adobe/react-spectrum/blob/main/packages/@react-aria/selection/src/useSelectableCollection.ts#L371-L377) within `useSelectableCollection`. ## 🤔 Expected Behavior Inputs should be clickable from inside of an Accordion region. ## 😯...

rsp:Accordion
needs investigation

### Provide a general summary of the issue here When i open popover and scroll down to bottom and tried to select option by navigating to first elements of the...