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

This adds support for contextual help to all form elements. There is a `contextualHelp` prop, to which a `` element can be provided. This way there is no bundle size...

Closes ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for new...

# 🐛 Bug Report `UNSAFE_className` is mentioned on `ContextualHelp` page, but user's `UNSAFE_className` is always overridden by built-in className. ## 🤔 Expected Behavior ActionButton on ContextualHelp styles can be customized...

bug

Closes One thing to note, on overflow wrap tables, the headers have now gotten taller by 4px because we start with an estimated height and then calculate after render the...

# 🐛 Bug Report When wrapping an app with `SSRProvider`, conditionally-rendered overlays don't display correctly on the first display. If you show one based on `state.isOpen` from a trigger, the...

needs investigation
has workaround

# 🙋 Feature Request We would like to be able to configure the "reset" time for components using `useSelectState()`, `useListState()` (anything that leverages typeahead support). The current 500ms interval is...

enhancement

### Discussed in https://github.com/adobe/react-spectrum/discussions/3516 Originally posted by **brandonpittman** September 14, 2022 Ran into this today and was wondering why is the value of a checkbox using `useCheckbox` `''` instead of...

bug
good first issue

Related to #3221 After https://github.com/adobe/react-spectrum/pull/3421, it isn't possible to trigger drag and drop while in browse mode in NVDA/JAWS. This is the default when navigating to button elements, like in...

Closes #2926 TODO: - A disabled scrollbar gets added when there isn't a scrollbar on the page ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React...

Closes https://github.com/adobe/react-spectrum/issues/3405 ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for...