react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
This small change pre-emptively addresses build errors that will appear under TypeScript 5.5, caused by changes relating to Intl.NumberFormat in microsoft/TypeScript#56902. Unit tests are unaffected.
avaliable -> available ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change...
### Discussed in https://github.com/adobe/react-spectrum/discussions/6401 Originally posted by **robin-kestrel** May 17, 2024 The `Slider` component currently accepts a `formatOptions` prop; if specified, it is used in conjunction with `Intl.NumberFormat` to (a)...
### Provide a general summary of the issue here Suppose a user is looking at a slider rendered with ``, and wants to change the currently selected range from `[50,...
Reverting https://github.com/adobe/react-spectrum/pull/6325 In favor of improved API of adding autoFocus directly to current item. ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues)....
Closes #6363 ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for...
### Provide a general summary of the feature here When creating component documentation, e.g. using storybook, I want to create a story that show the component in various states. For...
### Provide a general summary of the feature here When extending functionality (e.g. doing what I mentioned in [here](https://github.com/adobe/react-spectrum/issues/6403#issuecomment-2116904029)), or composing components in general, it's very often that we will...
# 📝 Feedback [Current typescript configuration](https://github.com/adobe/react-spectrum/blob/master/tsconfig.json) doesn't have any of the `strict` flags. While it might not be the biggest problem for users of @react-spectrum packages, for users of @react-aria...
# 🐛 Bug Report onPress doesn't trigger on button pseudo-element area, though onClick does. I've seen this issue discussed for touch devices, but not for desktop/mouse. https://github.com/adobe/react-spectrum/issues/1061 ## 🤔 Expected...