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 There's a newly available popover API. Yay! https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover The React Aria Popover control doesn't work with it. If you put a...
### Provide a general summary of the issue here An unexpected behavior on the rendered document where the React Aria Checkbox contained in a container that resides outside the container...
### Provide a general summary of the issue here When a `ListBox` which contains `scroll-padding` styles is rendered in a `Popover`, the scroll padding is not respected. For example, [the...
### Provide a general summary of the issue here When an input field is focused in a dialog on Mobile Safari, the user is unable to dismiss the keyboard using...
### Provide a general summary of the issue here If you pinch zoom on a custom modal overlay with height set to `var(--visual-viewport-height)`, the viewport height causes overlay to flicker....
### Provide a general summary of the issue here Almost all of the Popover examples having 'left' or 'start' placement is having flickering issues when animated. ### 🤔 Expected Behavior?...
TODO: - Global teardown to cleanup build files and yarn.lock updates ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ]...
# 🙋 Feature Request React aria has a lot of code that ensures that it works correctly across different browsers. I think it will be very helpful to make this...
# 🐛 Bug Report Tooltip click propagates to parent div. It's possible to click it by mousing over where the arrow is and onto the tooltip. ## 🤔 Expected Behavior...
Adds Table, Accordion/Disclosure, SegmentedControl to S2 example apps. ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests...