-
-
Notifications
You must be signed in to change notification settings - Fork 49.2k
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
input doesn't work with FieldDecorator in IE9 #10109
Comments
Just checked on v3.4.1, same issue |
Same problem here, also on 3.4.1 |
The trouble is to provide a good version, the production will go online very anxious. |
Just checked on v3.5.2, same issue |
When will the problem be fixed? It even affects our production environment. please help me @ant-design-bot |
I found that the e.target.value returned by onChange was undefined , This link can help http://react-china.org/t/antd-form-input-ie9/21590 |
Same problem here, |
@benjycui It is not the reason, the actual |
升级到16.4.1,react官方解决了这个bug |
Fixed in |
Version
3.3.0
Environment
Windows 10 / IE 9
Reproduction link
https://github.com/ant-design/ant-design.git
Steps to reproduce
git clone 3.2.0 --depth=1 https://github.com/ant-design/ant-design.git
npm install
npm run start
visit http://127.0.0.1:8001/components/form/
The input can not input anything in IE9
What is expected?
Input component can work with form
What is actually happening?
Input component can not input any text
The text was updated successfully, but these errors were encountered: