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 issue here NextJS 14 emotion 11 minimal repo to reproduce: https://github.com/agscala/aria-select-emotion-bug ----- NextJS in an SSR environment (react server components are disabled): RAC's...

### Provide a general summary of the issue here parseColor converts hue from 360 to 0 ### 🤔 Expected Behavior? expect `parseColor('hsb(360, 100%, 100%)').toString('hsb')` to output `'hsb(360, 100%, 100%)'` ###...

Closes I need help figuring out `useRangeCalendarState` I'm getting caught up trying to get the types to work for `useControlledState` ## ✅ Pull Request Checklist: - [ ] Included link...

### Provide a general summary of the issue here Not sure if this is by design, but I thought that with a Button of type submit, having the isPending prop...

bug

### Provide a general summary of the issue here The type of Key in react-aria is defined as: ```export type Key = string | number;``` while React defines it as:...

documentation

### Provide a general summary of the issue here I started building a design system on top of React Aria Components. The application that uses it is built using TanStack...

has workaround

Closes https://github.com/adobe/react-spectrum/issues/6184 The child hooks like `useCalendarGrid` etc. use `useLocale` to fetch their locale data. As such whenever this context value changes these hooks (and the component they are part...

### Provide a general summary of the issue here Some hooks like `useCalendarGrid` use the `useLocale` hook to fetch locale information. However if the `I18nProvider` is rendered (eg. as part...

Closes #5409 ## ✅ 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...

waiting

### Provide a general summary of the issue here When `shouldUpdatePosition` is set to `false`, the popover does not trigger `data-entering` ### 🤔 Expected Behavior? it should trigger data-entering ###...

overlays
overlay positioning