react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Closes #8007 This PR gets the ball moving for #8007. As mentioned in the issue, users sometimes get confused after typing a query in a ComboBox and hitting enter only...
### Provide your feedback here. From the [docs](https://react-spectrum.adobe.com/react-aria/Table.html#row-actions): > When at least one item is selected, the table is in selection mode, and clicking or tapping a row toggles the...
Closes https://github.com/adobe/react-spectrum/issues/9233 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). --> https://github.com/adobe/react-spectrum/issues/9233 - [ ] Added/updated unit tests and storybook for this change...
### Provide a general summary of the issue here When passing explicitly `defaultProps: undefined` to a react-aria-components `ComboBox` the filtering is not working at all. User can type anything into...
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...
### Provide a general summary of the issue here `LongPressEvent` and `MoveEvent` are not exposed in `@react-aria/interactions` type exports: https://github.com/adobe/react-spectrum/blob/f61e75cea173140eb74e2f8c4b17ca9ac3fcf2de/packages/%40react-aria/interactions/src/index.ts#L43 and later on `react-aria` type exports: https://github.com/adobe/react-spectrum/blob/f61e75cea173140eb74e2f8c4b17ca9ac3fcf2de/packages/react-aria/src/index.ts#L66 It seems just...
Closes #6589 ## ✅ 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...
Fixes https://github.com/adobe/react-spectrum/issues/9215 Same as we already do in `useSelectableItem`: https://github.com/adobe/react-spectrum/blob/5d472d49be6c25f50679255b1cd6b96e264ead93/packages/%40react-aria/selection/src/useSelectableItem.ts#L398-L399 ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated...
### Provide a general summary of the feature here Next.js 16 has been released and now uses Turbopack as the default bundler for both development (`next dev`) and production builds...
### Provide your feedback here. I want to be able to visually and functionally disable a button without preventing it from being focusable. ### 🔦 Context Some helpful context in...