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

This change improves the interop with external code expecting concrete handlers etc. If a library expects `FocusEvent` then it won't accept just `FocusEvent`. Without this change, one has to cast...

This should make it easier for people to contribute doc fixes I pass the filepath through and store it in a meta tag in a data attribute, so it shouldn't...

small review

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

# 🐛 Bug Report ## 🤔 Expected Behavior Scrollbars should not show at all when displaying the loading spinner or empty state ## 😯 Current Behavior At some views of...

rsp:TableView

# 🐛 Bug Report Tried to invoke a few event based functions except for onChange the rest are not being invoked. For example the on focus and blur functions: let...

bug
rsp:DatePicker

# 🐛 Bug Report When dragging outside an iframe, drag events stop being received. If you release your drag while outside the iframe, and then move your mouse back over...

rsp:Slider

# 🐛 Bug Report Once you scroll the first section out view it is impossible to scroll it back into view unless you use the the mouse. ## 🤔 Expected...

rsp:MenuTrigger
accessibility

# 🙋 Feature Request Export context objects from @react-aria that depend on accessing parent context to function properly. This would allow for forwarding the context to micro frontend applications where...

# 🐛 Bug Report When the bounds of a virtualized collection extend beyond the browser viewport, and setting focus to an item within the collection that is out of view,...

bug
rsp:ListBox
rsp:TableView
accessibility
rsp:ListView

# 🐛 Bug Report TableView rows don't re-render when values change if the key does not change. ## 🤔 Expected Behavior Rows should re-render if their values change ## 😯...

bug
rsp:TableView