Simon Guo
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?
Hi @JuanCaCode, try to add a `block` prop. ```tsx ```
Can you provide a codesandbox example to reproduce the problem?
 @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 ```