Ryo Matsukawa
Ryo Matsukawa
@YakuBrangJa I tested the following link and it appears that the year and month are fixed. - https://react-spectrum.adobe.com/react-aria/DatePicker.html#example - https://react-spectrum.adobe.com/react-aria/examples/datepicker.html Does this not solve the problem? It also seems to...
Could you clarify what behavior you're envisioning for the collapsible table? I'd appreciate it if you could share something as a reference.
Thanks for the issue! As we use WeakMap internally, we cannot pass primitive values to items prop. We will modify the type to clarify this. > A WeakMap is a...
Thanks for the issue! This issue stems from React converting the key to a string. > Note that if you do specify a custom key on each Item using the...
Thanks for the issue! As a workaround, you could potentially add a custom item like `Add "{inputValue}"` when the list of filtered items becomes empty using the `onInputChange` event. Additionally,...
@Innei Thanks for your PR! Could you please resolve the conflicts so that we can proceed with the review?
@nozomemein Sorry for the delayed review, and thank you for the PR. Can you confirm if this behavior is still present in the latest version? If it is, it would...
It seems that if you remove the following code, the input is retained even if re-rendered. https://github.com/adobe/react-spectrum/blob/8b7fb3e2b3d557bf7932dd541c5702d218354ad9/packages/%40react-stately/numberfield/src/useNumberFieldState.ts#L139 However, it leads to an increased number of clicks required for spinbutton's increment...
@rktyt This PR doesn't directly relate to that issue, so I'm planning to submit another PR for it. Thanks for the comment! EDIT: I've opened a PR here: https://github.com/adobe/react-spectrum/pull/5923
@JoachimKoenigslieb The checked attribute represents the initial state, not changing dynamically with the switch. Therefore, I think this behavior is correct! For details, see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#checked However, since the IDL attribute...