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
1.4.4
antd-vue 1.4.4 vue 2.6.10 browser IE 11.0.20
https://github.com/xiaofuliang/antd-demo/blob/master/src/App.vue
IE11下 进入页面时,会显示 【请输入用户账号!】红字
跟其他浏览器一样正常
。
The text was updated successfully, but these errors were encountered:
遇到同样的问题,目前愚昧的处理下方式是: setTimeout(() => { this.resetForm() }, this.$isIe ? 200 : 0) 有更好更优雅处理方式的,希望分享下...
setTimeout(() => { this.resetForm() }, this.$isIe ? 200 : 0)
Sorry, something went wrong.
fix: ie trigger input when set placeholder
a857c25
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
1.4.4
Environment
antd-vue 1.4.4 vue 2.6.10 browser IE 11.0.20
Reproduction link
https://github.com/xiaofuliang/antd-demo/blob/master/src/App.vue
Steps to reproduce
IE11下 进入页面时,会显示 【请输入用户账号!】红字
What is expected?
跟其他浏览器一样正常
What is actually happening?
。
The text was updated successfully, but these errors were encountered: