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

# πŸ› Bug Report Clicking outside the DatePicker can manipulate the focus of the DateSegment. react-spectrum's DatePicker does not cause this phenomenon. Only react-aria's DatePicker. ## πŸ€” Expected Behavior Clicking...

help wanted
rsp:DatePicker
needs investigation

### Provide a general summary of the issue here I'm using useLongPress with in a custom context menu component to support touch devices. Now when the longPressProps are passed to...

Currently, our team doesn’t have a defined PR naming convention, which generally suits our workflow until we have sort through all the commits for release notes. To make the process...

related to https://github.com/nextui-org/nextui/issues/2121 This PR addresses a bug in the combobox component where inputs from an IME were being incorrectly committed before the user completed their text entry. ## βœ…...

# πŸ› Bug Report I have a table where I want to render a number of `` components that would contain a Row with five Cells both imported from the...

documentation

### Provide a general summary of the feature here Components that are portaled into i.e. `document.body`, such as Modal, do not support server-side rendering. ### πŸ€” Expected Behavior? That portaled...

### Provide a general summary of the issue here When announce() is used in render function in SSR, it triggers an error: "Uncaught Error: document is not defined". ### πŸ€”...

good first issue

### Provide a general summary of the issue here When using yarn pnp, @spectrum-icons/ui imports @babel/runtime/helpers/extends, which is disallowed since @babel/runtime is not listed as a dependency. ``` X [ERROR]...

bug

### Provide a general summary of the issue here We are trying to use the Tooltip to create Tags that, when hovered, show a message. Specifically, we have Tags (TagGroup)...

needs investigation

### Provide a general summary of the feature here We will want to support HelpText/FieldError for standalone Checkbox and Radio. Switch should support just HelpText. ### πŸ€” Expected Behavior? The...

rsp:Checkbox
rsp:Switch
RAC