react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
# 🐛 Bug Report A TextField component that doesn't have label and description loses focus when the errorMessage is shown or hidden. ## 🤔 Expected Behavior The component should not...
Closes New build doesn't include the Node code in @internationalized, so updating this to mirror that. There's also an unknown case that causes a property to be null that wasn't...
Closes Waiting on design to release new colors. ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests...
# 🙋 Feature Request Support for loading attribute on Image Component (@react-spectrum/image) via a prop: loading. The loading attribute allows a browser to defer loading offscreen images until users scroll...
# ❔ Question the docs state that [`NOTE: menu items cannot contain interactive content (e.g. buttons, checkboxes, etc.).`](https://react-spectrum.adobe.com/react-aria/useMenu.html#complex-menu-items). does that include links as well? ## 🔦 Context e.g. [`@reach/menu-button`](https://reach.tech/menu-button/) has...
# 🐛 Bug Report When the trigger button is close to the bottom edge of the page, the popup will not render correctly. It starts collapsing and also tip gets...
# 🙋 Feature Request At this moment react-aria has no exports of implemented collections and delegate behaviours (like TableCollection, TableKeyboardDelegate), also state hooks based on collections (like useTableState) have no...
# 🐛 Bug Report When programmatically changing the `value` for `DatePicker` (or `DateRangePicker`), if the day/range lands in the previous month, the UI does not show the correct selected month....
### Discussed in https://github.com/adobe/react-spectrum/discussions/3425 Originally posted by **will-stone** August 22, 2022 Hi everyone, Not sure if this is a bug or not yet, so thought I'd ask the community: is...
# 🐛 Bug Report When deselecting a menu item initially set as selected using `defaultSelectedKeys` the `key.currentKey` value is `undefined` but if you deselect the same item after it is...