Simon Guo

Results 268 comments of Simon Guo

Hi @paul-prism I don't suggest adding number type to `Stat.Trend` props because `Stat.Trend` is designed to show the trend change, not to show the specific numerical value. This will make...

If you want the width of `DateRangePicker` to be adaptive, you need to make the width of the `input` element adaptive to the content. Currently, a rough value is calculated...

Hi @rickhellenthal I think it should be more accurate than the current way, and it may take some time to verify its compatibility. But I'm a bit busy lately, if...

Thank you for your suggestion, the `onCompletion` property does have its necessity, and we will implement it in subsequent iterations. We also welcome your PR from us.

Thank you for bringing this to our attention. If possible, we would appreciate if you could submit a Pull Request with these corrections.

Hi @OopsNegi, `rowSpan` should not affect scrolling unless you have set `virtualized`. The row merging effect of `rowSpan` is calculated based on the rendered DOM elements, while `virtualized` prevents rendering...

Hi @welkinwong , you're right. I've fixed this issue in https://github.com/rsuite/rsuite/pull/4224. Here's a temporary version you can try: ``` npm i https://pkg.csb.dev/rsuite/rsuite/commit/e2ef84a5/rsuite ```