react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
# 🙋 Feature Request Support for scrolling outside of overlay. ## 🤔 Expected Behavior Overlay should not close if you scroll outside the overlay. And should remain it's position relative...
Closes #3536 ## ✅ 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...
Hi there. I am trying to implement a combobox with virtualizer similar to this code sandbox example. https://codesandbox.io/s/yb9cq?file=/src/App.tsx It appears that when filtering the options through entering a custom text...
Closes tests will probably fail, for a design review ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit...
# 🐛 Bug Report We've seen a case where an initially hidden column renders with a width of 0 instead of its provided minWidth. It seems to due to `setTableWith`...
# 🐛 Bug Report With Windows screen readers, like NVDA or JAWS, the help text provided on the drag target and drop targets using `aria-describedby` only gets read when the...
# 🙋 Feature Request We currently allow the page to scroll while popovers and menus are visible, and hide them when scrolling occurs to avoid janky repositioning. However, this leads...
# 🙋 Feature Request A `TreeView` allows users to navigate a hierarchical tree data structure, with expanding and collapsing items. It also allows multiple or single selection of items, focusable...
# 🙋 Feature Request Allow for monospace font in textField and textArea components. ## 🤔 Expected Behavior Be able to control whether text appears in a monospace font or not...
# 🙋 Feature Request Provide a way to pass into FocusScope nodes, which should consider as a part of it — even they are mounted outside of FocusScope node tree...