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 Native HTML `` has `onChange` handler that triggers when form elements are updated. For example, when text is typed inside `` or value is updated in...
### Provide a general summary of the issue here My setup is essentially: ```tsx save ``` When a user makes some edits to the textarea content, and the tries to...
Workaround for https://github.com/adobe/react-spectrum/issues/5690 It is already possible to provide allowsEmptyCollection as a prop to Combobox, but TypeScript will not be happy since its untyped. ## ✅ Pull Request Checklist: -...
# 🐛 Bug Report When used inside a `shadowRoot` the `FocusScope` currently has some issues: - Focused element will not be determined correctly as `document.activeElement` will refer to the parent...
Turns out I just needed to not delete the dev/util file ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ]...
### Provide a general summary of the issue here If a button is partially visible and it's the last button in toolbar, it doesn't scroll into view when focused using...
### Provide your feedback here. I've encountered problems while trying to use [tinymce](https://www.npmjs.com/package/@tinymce/tinymce-react) inside Spectrum's Dialog component. For some background: the tinymce editor allows you to open the source code...
### Provide a general summary of the feature here It would be very useful to be able to set `colSpan` for the `td` element rendered by [Cell](https://react-spectrum.adobe.com/react-aria/Table.html#cell). It is used...
Relates to #5058 #5459 This adds support for the `onAction` and `isDisabled` props directly on collection items in addition to the existing collection-level `onAction` and `disabledKeys`. In some cases it...
### Provide a general summary of the issue here - A Picker in a TableView or ListView creates a focus trap when using ArrowLeft for grid navigation. - ArrowRight will...