Simon Guo

Results 268 comments of Simon Guo

The CDN of the font file that the icon depends on is not accessible. If you are using it, please switch to the local path of the icon. > https://github.com/rsuite/rsuite/blob/v4/docs/pages/guide/themes/en-US/index.md#how-to-configure-font-files-locally

> 1. I need to remove the blue rounded border from the input box when hovering, and set the background color of the date to black DateRangePicker's input box depends...

> but the default style still can not modified  How did you modify it? Can you paste the code to see it?

Overriding styles by writing CSS. ```css .rs-picker-daterange .rs-input-group { border-radius: 0; } .rs-picker-daterange .rs-input-group:hover { border-color: #000; } .rs-picker-daterange .rs-input-group:focus-within { outline: none; } ```

You set the `dateRangePicker` ID and the pop-up layer of DateRangePicker are not in the same parent element, so the style will not take effect. I suggest you learn HTML,...

Hi @GabrielFantato. How would I reproduce the issue you are experiencing? https://github.com/rsuite/rsuite/assets/1203827/a868e786-e96c-4b2f-8e02-9b00b520227c

Hi @cherepanov, we recommend using the string type for value and eventKey. For the sake of accessibility, the value of `ItemDataType.value` is set to the input element and ARIA attributes...

Hi @EdwardAW . I think it should be related to the build tool you are using. We did not encounter the above situation during the less compilation process. The following...

Hi @JuanCaCode, The reason for this issue is that the Drawer will focus forcibly after opening. You can close it by setting `enforceFocus={false}` on the Drawer. ```tsx ``` I will...

Hi @SimonX2h 你可以为 `ResponsiveNav` 设置 `moreProps` 属性,定义菜单打开的方向。 ```tsx ... ``` > https://github.com/rsuite/responsive-nav?tab=readme-ov-file#props