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 Hi! I wanted to ask if there are any plans to support sections with Drag and Drop in GridList. I know...

drag and drop

Closes https://github.com/adobe/react-spectrum/issues/8850 Adds a new property to `useRangeCalendar` allowing you to specify the behavior when the pointer is released outside of the component: * `select`: (default) same as the current...

### Provide a general summary of the issue here if an external action changes the value from an invalid controlled input, the validation message doesn't change ### 🤔 Expected Behavior?...

bug
needs investigation

### Provide a general summary of the issue here From [documentation](https://react-spectrum.adobe.com/react-aria/routing.html#tanstack-router), only Link and MenuItem are supported. Seems to be because only those 2 are making use of `handleLinkClick`. Other...

Closes #8732 Added `onKeyDown` prop to `ListBoxItem` to support custom keyboard event handling for individual items, enabling features like deleting items with Delete/Backspace keys. ## ✅ Pull Request Checklist: -...

### Provide a general summary of the issue here I'm coming over from Storybook, as we've adopted RAC modals and overlays, with a peculiar bug that your own team will...

FocusScope

Closes #7756 ## ✅ 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...

### Provide a general summary of the issue here I have a custom [Datepicker](https://react-spectrum.adobe.com/react-aria/DatePicker.html) component that I'm integrating with `react-hook-form`. I was wondering which component should received the ref (passed...

good first issue
rsp:DatePicker

### Provide a general summary of the issue here `DateRangePicker` **reset** button is not working in `Popover` but working on `RangeCalendar` - Calendar - Standalone Calendar component ✅ - With...

### I want to delete/remove items from a ListBox using keyboard events I would like to use a ListBox for selection. In addition to onAction(), I need onDelete() or something...

enhancement
good first issue