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 AM and PM in Korean start with the same character - 오전 is AM and 오후 is PM. Hence, to type...
# 🐛 Bug Report When the `usePreventScroll ` hook is used on a non-mobile device (with a scrollbar), a strip of whitespace shows up. This happens when a element with...
### Provide a general summary of the issue here When using a multi-chunk app (as suggested for client performance), **all** react-aria's components will always be entirely packaged into the first...
### Provide a general summary of the issue here The `react-aria-components` published version 1.0.1 `Menu` implementation (which I assume derives from `@react-aria/menu`) is out of sync with the published types...
# 🙋 Feature Request Specifying the first day of the week (monday or sunday, typically) should be supported. ## 💁 Possible Solution Add a `firstDayOfWeek` override to the useDatepickerState hook,...
### Provide a general summary of the issue here i have that error whenever i type something at the input `stopPropagation is now the default behavior for events in React...
fixing error : Cannot read properties of undefined (reading 'index') Closes https://github.com/adobe/react-spectrum/issues/5817 ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [...
### Provide a general summary of the issue here Well. I have a very hard to reproduce bug - it's randomly happening - and hard to check in the current...
### Provide a general summary of the feature here I've made a custom ListBox component using the hooks React Aria offers (useListState, useListBox). When I use my ListBox component, I...
### Provide a general summary of the issue here I need to have a contextual hint with a popover near the label for the select field. When I implement it...