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 Based on the following snippet with tailwind, when zooming into the UI using the trackpad(not CMD + '+'), the location of...
### Provide a general summary of the feature here Chrome 120 introduced the concept of a `CloseWatcher` that can replace a `Esc` key listener. A `CloseWatcher` fires when the `Esc`...
Closes #8214 ## ✅ Pull Request Checklist: - [x] 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...
### Provide a general summary of the feature here Would be very useful to style the Popover overlay the same way as Modal and ModalOverlay. ### 🤔 Expected Behavior? You...
### Provide a general summary of the feature here While locking the focus inside a Modal is the best overall approach and should remain the default behaviour it may create...
### Provide a general summary of the issue here When using the `Menu` component and setting `defaultSelectedKeys`, the specified key(s) are selected, but further interaction changes nothing. ### 🤔 Expected...
### Provide a general summary of the issue here I have a virtualized listbox that I want to have sticky sections in. I wrote this custom layout ``` class StickyListBoxLayout...
# 🐛 Bug Report `usePopover` is meant to replace the low-lever `useOverlayPosition` but because of a missing return value it can't in some cases. ## 🤔 Expected Behavior `updatePosition` should...
# 🐛 Bug Report The Popover from a Picker is positioned differently based on whether Safari's navigation bar is hidden or not. With navigation bar present (Correct): ![With navigation bar...
I have a `` with a button which toggles a form within the popover. When the popover trigger element is located near the window bottom boundary, the popover respects this...