-
Notifications
You must be signed in to change notification settings - Fork 4k
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中datepicker无法反选,时间格式问题,谷歌正常 #3154
Labels
Comments
Hello @runningxiao. Please provide a online reproduction by forking this link https://stackblitz.com/edit/ng-zorro-antd-start or a minimal GitHub repository. Issues labeled by 你好 @runningxiao, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 stackblitz 或者提供一个最小化的 GitHub 仓库。7 天内未跟进的 issue 将会被自动关闭。 |
@runningxiao 先fork再save,你提供的链接是原始链接 |
找到问题了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start?file=src%2Fapp%2Fapp.module.ts
Steps to reproduce
自己设置了事件数据,在谷歌中测试正常,但是在ie11中时间框有问题
What is expected?
能像谷歌浏览器一样正常
What is actually happening?
无法打开,使用new Date()是正常的,使用new Date('2019-03-02 08:00:30')不正常,出现问题
可能是时间格式问题在ie中无法选上,但是我打印出来是跟new Date()格式是一样的
The text was updated successfully, but these errors were encountered: