Browse Source
docs: update dropdownRender demo description (#40212)
Co-authored-by: chengqu <wd348312@alibaba-inc.com>
pull/40220/head
前端练习两年半
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/select/demo/custom-dropdown-menu.md
|
|
@ -1,6 +1,6 @@ |
|
|
|
## zh-CN |
|
|
|
|
|
|
|
使用 `open` 对下拉菜单进行自由扩展。如果希望点击自定义内容后关闭浮层,你需要使用受控模式自行控制([codesandbox](https://codesandbox.io/s/ji-ben-shi-yong-antd-4-21-7-forked-gnp4cy?file=/demo.js))。 |
|
|
|
使用 `dropdownRender` 对下拉菜单进行自由扩展。如果希望点击自定义内容后关闭浮层,你需要使用受控模式自行控制([codesandbox](https://codesandbox.io/s/ji-ben-shi-yong-antd-4-21-7-forked-gnp4cy?file=/demo.js))。 |
|
|
|
|
|
|
|
## en-US |
|
|
|
|
|
|
|