react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Additional information: https://github.com/adobe/react-spectrum/issues/6405 shows that this is not only limited to full screen dialogs, but modal experiences in general. ### Provide a general summary of the issue here we noticed...
### Provide a general summary of the issue here When a modal is built using `useModalOverlay` there's an issue of the keyboard covering the input when the input inside the...
Closes https://github.com/adobe/react-spectrum/issues/5258 useful for making a row style that remains applied when anything in the table row is focused, not just the row itself (e.g. make the whole row blue...
This commit changes how `useSearchField` behave. It previously rely on `onSubmit` prop to get "Enter submission". For now, "Enter" would trigger a normal form submission by default browser behavior. For...
### Provide a general summary of the issue here Valid ISO 8601 durations such as `PT36H` can not be parsed using `parseDuration` from `@internationalized/date` because 36 falls outside of the...
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...
Closes https://github.com/adobe/react-spectrum/issues/6383 ## ✅ 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 (for new code...
### Provide a general summary of the issue here Based on the code below and https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/#keyboardinteraction, it should be the case that 'Enter' key shouldn't invoke Checkbox toggling: https://github.com/adobe/react-spectrum/blob/b294de874c16fad64bc4b930ccee1c9ffeb1c20f/packages/%40react-aria/interactions/src/usePress.ts#L904-L909 But...
### Provide a general summary of the issue here I'm using Table component in my Remix js application. Table items are provided by the loader function. Table sorting, search, pagination...
### Provide a general summary of the issue here I've linked to a list of demos from the React Aria docs pages that don't work on Chrome for Android. ###...