react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Closes https://github.com/adobe/react-spectrum/issues/6327 It just occurred to me that it might also be nice to update the type for `selectedKey` from `Key` to `Key | null`. Should I include that as...
### Provide a general summary of the issue here The current dependency version of eslint-plugin-jsdoc has an `engines` tag that forces a maximum Node version of 19, which has been...
### Provide a general summary of the feature here Enter and Space are both used as alternatives in `usePress()`. However, keyboard events are explicitly filtered out from `useLongPress()`. The documentation...
### Provide a general summary of the feature here `` does not allow thumbs to cross each other. This makes it impossible to implement our own validation logic when collisions...
### Provide a general summary of the issue here I am using `useOverlayPosition` to display a non-viewport boundary/container (with same offset and size). Previously, the position works as expected, but...
### Provide a general summary of the issue here When focusing the `TextField` component in your Tailwind CSS starter kit, the `border-gray-600` class is not applied (strangely for `SearchField` it...
### 🙋 Documentation Request https://react-spectrum.adobe.com/react-aria/useSelect.html#example I am trying to use the example `Select` implementation together with a `ListBox`, `Popover` and `Options` but it seems that only a Popover is typed...
### Provide a general summary of the issue here Hi! I'm trying to use `zoom` feature provided by css, but looks like some of the popovers that use `usePopover` hook...
# 🐛 Bug Report useTabListState fails with error Cannot convert a Symbol value to a string if tab items are wrapped in a react fragment ## 🤔 Expected Behavior Should...
Closes ## ✅ 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 new...