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