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

### Provide a general summary of the issue here When using `validate()` on a ``, the validation result is displayed in realtime. This behavior is inconsistent with the docs of...

### Provide a general summary of the issue here When you change a value in a Select element there is no change event that bubbles causing patterns like `` to...

bug
good first issue

added renderValue prop for rendering custom ReactNode inside select button Closes ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ]...

### Provide a general summary of the feature here Pass `continuePropagation` to `useButton`, and pass it down to `usePress`, so the Buttons created with `useButton` can have events propagated to...

documentation

Closes https://github.com/adobe/react-spectrum/issues/5693 I've signed the CLA and looking forward for feedback! ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated...

### Discussed in https://github.com/adobe/react-spectrum/discussions/6191 Originally posted by **bu3alwa** April 12, 2024 I made a sandbox and issue is when you add the drag button in the column it does not...

bug

### Provide a general summary of the feature here When I activate CSP on Next.js with nonce ([doc](https://nextjs.org/docs/app/building-your-application/configuring/content-security-policy#nonces) and [example](https://github.com/vercel/next.js/tree/4ccb99fc1f2ed63d9fdd2eeda60f76deb92b7985/examples/with-strict-csp)). I have a problem with LocalizedStringProvider because it ends up...

Focus issues found during testing This behaves slightly better than v2 Toasts. When removing Toasts it behaves the same as far as not focusing another toast, but staying within the...

Closes https://github.com/adobe/react-spectrum/issues/6197 I could've placed the logic in [disablePendingProps](https://github.com/adobe/react-spectrum/blob/main/packages/%40react-spectrum/button/src/Button.tsx#L36-L50), but thought it might be confusing for the user to see [the warning message](https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/button/src/useButton.ts#L115) every time they click on the button...

### Provide a general summary of the issue here NextJS 14.1.0 using App Router When using DatePicker as instructed in documentation server client mismatch occurs. To mitigate a rerender on...

documentation
enhancement
ssr
internationalization