react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Closes #6298 ## ✅ 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...
### Provide a general summary of the issue here In your example documentation for building a Color Picker using a Color Area, Field, Swatch and Slider, if you delete the...
### Provide a general summary of the issue here When rendering the `ComboBox` as it is directly taken from the [starter kit](https://react-spectrum.adobe.com/react-aria/ComboBox.html#starter-kits), when you write enough text inside the input...
Closes https://github.com/adobe/react-spectrum/issues/6347 ## ✅ 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 In ListBox component, from RAC, we are locked with a DragPreview that renders inside ListBox. When ListBox is inside a complex...
# 🐛 Bug Report The way DragPreview renders then hide its children for one frame doesn't do the job with Safari. It works with Chrome or Firefox. ## 🤔 Expected...
### Provide your feedback here. By default, react-aria's [useDefaultLocale](https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/i18n/src/useDefaultLocale.ts) falls back to using the language from the browser. This leads to a discrepancy between a native` ` and what we...
The current `useTagGroup` implementation has `aria-live` set to `off`, which means updates aren't announced when an input element is outside the grid, as seen in the [APG example](https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/layout-grids/).  According...
### Provide a general summary of the issue here We have a form with a state dropdown and it uses the HiddenSelect component. That component writes in an input field...
### Provide a general summary of the issue here The `useHref` function passed to `RouterProvider` is not being called for synthetic links. In our Next.js app this results in the...