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 issue here When trying to use the out of the box [Select example](https://react-spectrum.adobe.com/react-aria/Select.html#example) we get errors that are hard to debug. Have me...
### Provide a general summary of the issue here I'm unable to start Remix v2 w/ React Spectrum (@adobe/react-spectrum). I've tried many enumerations of the steps in [the docs on...
### Provide a general summary of the issue here When rendering a `ResizableTableContainer` which for parent has an element with style `display: flex`, the columns are expanding in size infinitely...
### Provide a general summary of the issue here The Hooks sample provided at the end of https://react-spectrum.adobe.com/react-aria/Button.html results in the following typescript error , when built as-is (i.e., using...
Closes https://github.com/adobe/react-spectrum/issues/2031 Related https://github.com/adobe/react-spectrum/issues/1998. Add `clientX` and `clientY` positioning to `onPress` and `onHover` events for implementing ripple or wave effect. ## ✅ Pull Request Checklist: - [x] Included link to...
### Provide a general summary of the issue here Regardless of what is set in `I18nProvider`, `NumberField` always opens iPhone numeric keyboard with `,` instead of `.` if the iPhone...
### Provide a general summary of the feature here As the title says, allow disabling drag or drop on a single gridlist item. I saw the `disabledBehavior` property, but if...
### Provide a general summary of the issue here This breaking change was introduced in 3.22.0 of `@react-types/shared`: https://github.com/adobe/react-spectrum/pull/5288/files#r1463390004 The interface `Validate` now requires a parameter. Example where it broke:...
### Provide a general summary of the issue here When using any of the [ListBox](https://react-spectrum.adobe.com/react-aria/ListBox.html) examples in the docs for React Aria Components in Chrome, iOS VoiceOver reads out "selected"...
### Provide a general summary of the issue here When a popover is opened with `isNonModal={false}` the html element has padding added to handle the scrollbar disappearing. However, there is...