Simon Guo
Simon Guo
> should every picker be given a test case? I think it is possible to add tests for OverlayTrigger or PickerToggleTrigger.
If only considering the display of the Rate component, it is relatively simple. However, supporting click-to-select interaction can be more complicated.
@fallenleavesguy 你好,能否通过图例说明一下你的问题,或者你希望解决到达的效果?
无法复现你说的问题,你可以尝试给 Table 添加一个白色背景看看能不能解决你的问题。
Hi @ivanvaccari Looks like there is an error in getting the path here on Windows, you can try to fix it. https://github.com/rsuite/rsuite/blob/f4025838b5971eb3f68057b69406a8f32b9a13d4/scripts/proxyDirectories.js#L16-L17
`` needs to bind events for child nodes, so the ref of child elements must be a subset of HTMLElement. But the ref instance of SelectPicker is an object [PickerHandle](https://github.com/rsuite/rsuite/blob/main/src/Picker/types.ts#L4)....
Hi @bartoszWesolowski `type` should be a property of `Input` , you can find it in the documentation of `Input` component. When the `acceptor` value of `Form.Control` is `Input`, the `type`...
Supported in [v5.44.0](https://github.com/rsuite/rsuite/releases/tag/v5.44.0)
hi @begoat I'm very much in favor of setting a default max-width for Popover. This requires the designer to confirm the maximum value. @LeightonYao
Hi @vitalijalbu Wait a minute, let's see if we can reproduce the error locally.