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 Refactor - [ ] NOT DOING ~Move resizing code out of react-aria/react-stately to the react-spectrum package https://github.com/adobe/react-spectrum/issues/3024~ -abandoned, we do want to export these hooks -...
First of all thanks for open sourcing `@react-aria/*` and `@react-stately/*`. It would be nice to have a hook within react-aria which can be used to create an accessible but customisable...
# 🐛 Bug Report I may have misunderstood the [useIsSSR()](https://react-spectrum.adobe.com/react-aria/useIsSSR.html) documentation, but it isn't working the way I would expect it to. ## 🤔 Expected Behavior The `useIsSSR()` hook should...
### Expected Behaviour There should be some kind of feedback mechanism when a date is not considered valid. ### Actual Behaviour The selector indicates there's a problem with the date...
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...
TODO: ask accessibility for feedback on what the actual behavior should be # 🐛 Bug Report When the user starts a drag operation via hitting Enter on a draggable element,...
# 🐛 Bug Report When using the RangeCalendar component, when selecting a date in for example the month of July and then moving to next month, the component will visually...
# 🙋 Feature Request Hello! My team is using react-aria `rangeCalendar hooks` for quite a complex range selection with a lot of different day states. Most of it was fairly...
# 🐛 Bug Report Datepicker and DateRangePicker do not call `onKeyUp` or `onKeyDown` callbacks ## 🤔 Expected Behavior Both components should fire callbacks when provided. ## 😯 Current Behavior [See...
Adds CodeSandbox's [Sandpack](https://sandpack.codesandbox.io/docs/) to render examples in the docs. This gives us live example editing, an open in codesandbox button, a copy code button, lazy rendering, and more. Known issues:...