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 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...
# π 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...
### 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) 
# π 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...
# π 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 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...
# π 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...
# π 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 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...
# π 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 -...