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

Closes Came up because of a PR that introduced always rendered hidden tooltips We may not want to do all of this, but lets discuss ## ✅ Pull Request Checklist:...

Closes #2212 ## ✅ Pull Request Checklist: - [x] 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...

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...

As suggested in issue #2065, using property based testing to check if `NumberParser` does what it says can help detecting issues earlier. I really believe it could be useful to...

Closes #1999 ## ✅ Pull Request Checklist: - [X] 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...

Closes #1859 ## ✅ Pull Request Checklist: - [x] 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...

needs API review
small review

Closes https://github.com/adobe/react-spectrum/issues/1807 It seems like we can't reuse `state.target` in `isOverTarget` in different handlers since `target.getBoundingClientRect()` can return different values. So I save the original `target.getBoundingClientRect()` to `state.targetRect` instead. Here...

* add `@adobe/react-spectrum` as a peer dependency * mark both `@adobe/react-spectrum` and `@react-spectrum/provider` as optional peer dependencies Closes #1713 ## ✅ Pull Request Checklist: - [x] Included link to corresponding...

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

Our lint warnings are getting away from us, this is a start to clean that up so that we can catch meaningful problems. Add comments explaining why some are disabled/not...