react-spectrum icon indicating copy to clipboard operation
react-spectrum copied to clipboard

A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.

Results 607 react-spectrum issues
Sort by recently updated
recently updated
newest added

# ๐Ÿ› 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...

enhancement
rsp:DatePicker

# ๐Ÿ™‹ 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...

enhancement
innovation-week
rsp:Inline-Alert

# ๐Ÿ› 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. ##...

bug
good first issue
rsp:Tabs

# ๐Ÿ™‹ 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

rsp:GridView

# ๐Ÿ› 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

# ๐Ÿ› 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...

rsp:ColorField

# ๐Ÿ› 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...

bug
rsp:NumberField