Skip to content
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下input设置了placeholder,并且设置了required必填的校验,进入当前页面时会提示required的message #1387

Closed
1 task
xiaofuliang opened this issue Nov 6, 2019 · 2 comments

Comments

@xiaofuliang
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

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?

@freshzxf
Copy link

遇到同样的问题,目前愚昧的处理下方式是:
setTimeout(() => { this.resetForm() }, this.$isIe ? 200 : 0)
有更好更优雅处理方式的,希望分享下...

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants