ant-design/components/select/demo/custom-dropdown-menu.md
前端练习两年半 4f14109aef
docs: update dropdownRender demo description (#40212)
Co-authored-by: chengqu <wd348312@alibaba-inc.com>
2023-01-13 16:10:57 +08:00

536 B

zh-CN

使用 dropdownRender 对下拉菜单进行自由扩展。如果希望点击自定义内容后关闭浮层,你需要使用受控模式自行控制(codesandbox)。

en-US

Customize the dropdown menu via dropdownRender. If you want to close the dropdown after clicking the custom content, you need to control open prop, here is an codesandbox.