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 are developing a rather typical e-commerce storefront with interactive product cards, recommendation carousels and facet filtering based on a custom...

enhancement

# 🙋 Feature Request It would be useful to be able to use a ``, `a`, or even a custom component. Currently, the CalendarCell renders a `div` inside a `td`....

enhancement

# 🐛 Bug Report An error is thrown when trying to server-side render an initially opened modal (implemented according to the [docs](https://react-spectrum.adobe.com/react-aria/useModalOverlay.html)). ## 🤔 Expected Behavior There shouldn't be any...

### Provide a general summary of the issue here The `VisuallyHidden` component from `react-aria`, used as [described by the documentation](https://react-spectrum.adobe.com/react-aria/useCheckbox.html), breaks page styling at certain viewport dimensions. Namely, if the...

bug
documentation
accessibility
has workaround

Changed the logical operator from `&&` to `||` because an element cannot be both `document.documentElement` and `document.body` at the same time. ## ✅ Pull Request Checklist: - [ ] Included...

Add indexOf method for useFilter. I have met a situation where it is necessary to filter options by the index of a substring, so it would be better if an...

### Provide a general summary of the issue here When a `Popover` can be opened from inside a `Row` with `href`, `data-hovered` can get stuck after closing the `Popover` again....

needs investigation

- Updates `key` to be `id` - Copies `columns` prop from `TableHeader` to to `Row` - Updates `Row` render function to pass column object, not just key ## ✅ Pull...

### Provide a general summary of the issue here It seems to me that drag and drop is generally broken on Chrome for Android, possibly due to recent changes to...

browser bug

### Provide a general summary of the issue here In the GridList component, when attempting to move an item beyond the last visible row, the list should auto-scroll to allow...

needs investigation