We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.0-beta.13
win10, Chrome 78, vue3.0.2
https://2x.antdv.com/components/select-cn/#components-select-demo-custom-dropdown
官方文档案例已经出现问题
使用 dropdownRender 对下拉菜单进行自由扩展。
不生效
The text was updated successfully, but these errors were encountered:
fix: select dropdownRender not support slot #3098
1165b42
@tangjinzhou 直到最新版2.0.0-rc.1,还是不能 slot
代码如下:
<a-select v-model:value="value"> <template #dropdownRender> <my-component /> </template> </a-select>
以上代码在 2.0.0-beta.10 才可以,后面版本都不行了
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
2.0.0-beta.13
Environment
win10, Chrome 78, vue3.0.2
Reproduction link
https://2x.antdv.com/components/select-cn/#components-select-demo-custom-dropdown
Steps to reproduce
官方文档案例已经出现问题
What is expected?
使用 dropdownRender 对下拉菜单进行自由扩展。
What is actually happening?
不生效
The text was updated successfully, but these errors were encountered: