react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
### Provide a general summary of the feature here The enhancements from #5864 have been great to support features we use from React Router. We are running into an issue...
### Provide a general summary of the issue here When building our application we get warnings from packages used by React Aria: ### 🤔 Expected Behavior? No errors during build...
Currently there's no way to pass a inputRef to RAC SliderThumb since it's constructed internally but we'd like to be able to for 🌈 ## ✅ Pull Request Checklist: -...
This should help fix a noticeable lag after the Storybook 7 upgrade. Note that the depth can be overridden at the individual action level, if we ever do want more...
### Provide a general summary of the issue here Popover will not render via a variable outside of its internal scope. I need to be able to control the open...
### Provide a general summary of the issue here The utility function used in useNumberFieldState snapNumberToStep, alters the input value unexpectedly and incorrectly when given different levels of precision of...
### Provide a general summary of the issue here When using Popover by itself with triggerRef, if the bounding box of the trigger changes the popover position does not change....
### Provide a general summary of the issue here In Card View alpha version `3.0.0-alpha.28`, while testing the a11y issues in axeDevtools extension, we have observed the following issue. Repeated...
# # 🐛 Bug Report Given a dialog with a close button exactly overlaying the open button (not unusual for burger-menu-style navigation), clicking the open button with chrome simulated touch,...
Closes https://github.com/adobe/react-spectrum/issues/6366 This just tracks a *mostly* working build against the next TS version. I say mostly because node_module checks are breaking in a few libraries https://github.com/benjamn/ast-types/issues/948 - mildly concerned...