-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ie11下 RangePicker选择面板无法展开 #701
Comments
ref #626 |
@wangxueliang 已经做了polyfill还是不行呀 |
最近遇到IE 11 RangePicker在已经有值的情况下,点击输入框无法展开的情况,我浏览了官方的issues,看到了 #608 和 #626 的处理结果,但是发现,在IE 11的不同的minor版本下还是能够重现。
if (selectedValue !== value || (selectedValue && value && !selectedValue.isSame(value))) {
this.setState({
str,
});
this.__emit('change', value);
} onInputChange --> OnCalendarSelect --> setOpen(false) ,导致被panel被关闭,因为对组件库的结构不是很了解,所以也不知道是否分析的正确,期待您的解答。 |
ref #865 |
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
1.3.8
Environment
win10,ie11
Reproduction link
https://vue.ant.design/components/date-picker-cn/#components-date-picker-demo-date-format
Steps to reproduce
What is expected?
期望修复
What is actually happening?
ie11下选择面板无法展开,展开之后会立刻自动收起
官网 -> DatePicker日期选择框 ->日期格式 ->第三个例子RangePicker可以复现改问题
The text was updated successfully, but these errors were encountered: