-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
关于4.0的一些BUG #6420
New issue
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
Comments
可否加句判断: |
关于getPopupContainer 。我在外面包一层ConfigProvider已解决
|
alpha你都敢用吗 |
应该快发布成正式了 |
alpha后面几个版本 beta后面几个版本 rc后面几个版本 加上作者还得维护3.x ,4.x stable 估计还得等3个月都不一定 |
项目不急,可以等3个月,目前没发现什么重大BUG,正常使用没什么问题 |
可以看下源码,提提pr |
这个大版本不会那么久,改动并不大,基本都是面上的问题,细节改动比较小 |
使用了<template #option="item">会有问题 |
不同问题分开提 issue,并提供可复现问题的完整示例 |
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. |
Version
4.0.0-alpha.3
Environment
4.0.0-alpha.3
Reproduction link
https://next.antdv.com/components/modal-cn
Steps to reproduce
1、input-group-compact下,auto-complete组件样式没生效
2、Modal.info弹出窗,确定按钮是英文“OK”
3、貌似所有组件getPopupContainer都没生效,更严重的是在弹窗使用时,antd官方组件使用了,getPopupContainer.value!但getPopupContainer本身就是undefined,导致致命的奔溃。如:Tabs组件、日期组件
What is expected?
希望修复
What is actually happening?
1、我在代码中采用了来打补丁(希望官方能从底层解决)
.ant-input-group.ant-input-group-compact {
.ant-select-selection-search-input{
border-radius: 0;
border-inline-end-width: 1px;
border-start-end-radius: 6px;
border-end-end-radius: 6px;
}
}
2、我手动加入了okText="确定"(希望能从语言配置中读取)
3、致命的奔溃,在弹窗中无法使用了getPopupContainer.value的组件
The text was updated successfully, but these errors were encountered: