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 This bug can be reproduced using the interactive demos on the [`useDatePicker`](https://react-spectrum.adobe.com/react-aria/useDatePicker.html) documentation page. When I first interact with the component I'm unable to enter any...
# ๐ Feature Request https://spectrum.adobe.com/page/in-line-alert/ In-line alerts display a non-modal alert message associated with objects in a view. These are often used in form validation, where they can provide a...
# ๐ Bug Report If you change the label of tab, the heavy line underneath the selected tab doesn't update in position or width to accommodate the new label. ##...
# ๐ Feature Request This issue proposes the addition of padding properties on Flex and Grid components, like View components have. ## ๐ค Expected Behavior Flex and Grid components have...
# ๐ Documentation Request Write docs for GridView ## ๐งข Your Company/Team RSP
# ๐ Bug Report Draggable components using props from useDraggableItem hook rerender 3 times whenever the keyboard/mouse modality changes. This creates long delays when a separate input is clicked into...
# ๐ Bug Report Unknown field getting focus while pressing Tab during Add attachments ## ๐ค Expected Behavior After Select files, next visible button is 'Cancel' button and should be...
## ๐ฏ Current Behavior https://codesandbox.io/s/react-spectrum-playground-forked-r3n4h?file=/src/App.js - [x] No Rgb/Hsl conversion - Will be supported in https://github.com/adobe/react-spectrum/pull/1732 - [x] No value for ColorField leads to typescript error - [ ] No...
# ๐ Bug Report Input onChange does not expose native event. This is bad as it does not enable access to the native event which ultimately allows for complex cursor...
# ๐ Bug Report When using the `NumberField` component, if the implementor wants to use a controlled state to control the value of `NumberField`, passing in `null` does not reset...