Ryo Matsukawa

Results 42 issues of Ryo Matsukawa

Closes https://github.com/adobe/react-spectrum/issues/5904 I've tested with several languages, but found that not many languages present completion with the Tab key. Therefore, I have confirmed the behavior only with "Chinese Pinyin -...

Closes https://github.com/adobe/react-spectrum/issues/5921 ## ✅ 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 https://github.com/adobe/react-spectrum/issues/4789, https://github.com/adobe/react-spectrum/issues/5840 I added props to the Calendar to enable the selection of a fixed 6-week view. ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React...

waiting

Closes https://github.com/adobe/react-spectrum/issues/5609 ## ✅ 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...

Changes proposed in this pull request: - Removed extra whitespace in the {% Aside %} blocks. This was causing tags to appear in the rendered HTML, affecting the formatting and...

Update cursor style to default for tab elements. Changed the cursor style from 'pointer' to 'default' for tabs to align with the [CSS2 specification](https://www.w3.org/TR/CSS2/ui.html#propdef-cursor), as tabs are not links and...

In the [Example of Tabs with Automatic Activation](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-automatic/), the tabs are styled with `cursor: pointer`. However, according to the [CSS2 spec](https://www.w3.org/TR/CSS21/ui.html), the pointer cursor indicates a link, but tabs are...

review needed

related to https://github.com/nextui-org/nextui/issues/2121 This PR addresses a bug in the combobox component where inputs from an IME were being incorrectly committed before the user completed their text entry. ## ✅...

Is there any plan to support object serialization in [`cache()`](https://react.dev/reference/react/cache) function similar to how modern data fetching libraries handle caching? ### Current Behavior Currently, React's caching mechanism supports only primitive...