Simon Guo

Results 268 comments of Simon Guo

Hi, @Suroor-Ahmmad If you are modifying the parameters for uploading a file, you can do so through the 'name' attribute, which is 'file' by default. If you wish to rename...

Hi @jgx02c I cannot reproduce this problem. Could you provide a [codesandbox](https://codesandbox.io/s/d5l8g3) example to reproduce this problem?

Can you provide a codesandbox example to reproduce the problem?

![image](https://github.com/rsuite/rsuite/assets/1203827/ad8aaef5-2a60-4224-9b15-4af7a3e83e64) @JuanCaCode

Hi @GabrielEcher, you can use [CheckPicker](https://rsuitejs.com/components/check-picker/) or [TagPicker](https://rsuitejs.com/components/tag-picker/) to complete multiple selection.

Hi @andersonbruno, how to reproduce the problem you encountered?

@superman66 前面提到的3 个问题已修复。

https://rsuitejs.com/components/loader/#backdrop You can display a background overlay by adding a `backdrop` prop to the Loader. ```tsx ```