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 695 react-spectrum issues
Sort by recently updated
recently updated
newest added

# πŸ› Bug Report Value prop can't be set to null (as in the documentation) in DateRangePicker because TypeScript needs a DateValue type of value. Once the value prop has...

typescript

# πŸ™‹ Feature Request Update useComboBox to support multiple selection. ## πŸ”¦ Context We're building a type-ahead `SelectField` / `MultiSelectField` components, both on top of `useComboBox` and having to support...

enhancement
rsp:ComboBox

### Expected Behavior `DatePicker` should localize `Time` text as per user’s locale ### Actual Behavior `DatePicker` is not not localizing `Time` text as per user’s locale (refer screenshot below) ![image](https://user-images.githubusercontent.com/32228809/178536366-3f46449b-aa72-465c-ac5b-c3b93820a8b3.png)

bug
rsp:DatePicker

# πŸ™‹ Feature Request It would be nice to have a "form" attribute for React Spectrum Buttons, when they are of type="submit". ## πŸ”¦ Context See the following example coming...

enhancement
good first issue
rsp:Form
rsp:Button

# πŸ› Bug Report I have implemented the useSelect in my dropdown/select component. The issue I was experiencing which I solved in a hacky way was when I would open...

bug

# πŸ› Bug Report When a `Menu` item is selected on a touch device, interactive elements *behind* the menu popup receive the pointer event as well. ## πŸ€” Expected Behavior...

browser bug

# πŸ› Bug Report If the user performs `list.sort` with `useAsyncList`, the cursor is wiped from the `data` tracker. This means subsequent `list.loadMore` calls won't trigger `load` since they are...

documentation

# πŸ› Bug Report After dismissing a `` that was triggered with a`` item (like in the Spectrum docs @ https://react-spectrum.adobe.com/react-spectrum/DialogContainer.html#dialog-triggered-by-a-menu-item) on mobile, scrolling on the page that was underneath...

bug

# πŸ› Bug Report `useCalendarCell` returns true for `isDisabled` when calendar dates are outside the visible date range (i.e. `isOutsideVisibleRange` is true), but are still within `minValue` and `maxValue`, and...

enhancement
rsp:DatePicker

# πŸ™‹ Feature Request There are a number of custom calendars supported by Analytics Workspace that are not supported by the react spectrum calendar controls. These include: - 445 -...

spectrum design
rsp:DatePicker