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

input doesn't work with FieldDecorator in IE9 #10109

Closed
1 task done
jojoLockLock opened this issue Apr 17, 2018 · 11 comments
Closed
1 task done

input doesn't work with FieldDecorator in IE9 #10109

jojoLockLock opened this issue Apr 17, 2018 · 11 comments
Assignees
Labels
🐛 Bug Ant Design Team had proved that this is a bug.

Comments

@jojoLockLock
Copy link
Contributor

jojoLockLock commented Apr 17, 2018

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

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

@afc163 afc163 added the 🐛 Bug Ant Design Team had proved that this is a bug. label Apr 18, 2018
@afc163 afc163 changed the title input doesn't work with FieldDecorator input doesn't work with FieldDecorator in IE9 Apr 22, 2018
@lhr0909
Copy link

lhr0909 commented Apr 22, 2018

Just checked on v3.4.1, same issue

@LinusCenterstrom
Copy link

Same problem here, also on 3.4.1

@bianlizuozishu
Copy link

The trouble is to provide a good version, the production will go online very anxious.

@carvinlo
Copy link

Just checked on v3.5.2, same issue

@bianlizuozishu
Copy link

bianlizuozishu commented May 21, 2018

When will the problem be fixed? It even affects our production environment. please help me @ant-design-bot

@sharkwarn
Copy link

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

@lzp3021
Copy link

lzp3021 commented May 31, 2018

Same problem here,
"antd": "^3.4.5",
"react": "^16.3.2",
"react-dom": "^16.3.2",

@benjycui benjycui assigned afc163 and unassigned benjycui Jun 4, 2018
@benjycui
Copy link
Contributor

benjycui commented Jun 4, 2018

@afc163 just remove fixControlledValue, everything works fine: 31ee4be

@afc163
Copy link
Member

afc163 commented Jun 4, 2018

@benjycui It is not the reason, the actual value is still undefined even after remove fixControlledValue.

@lzp3021
Copy link

lzp3021 commented Jun 14, 2018

升级到16.4.1,react官方解决了这个bug
"react": "^16.4.1",
"react-dom": "^16.4.1",

@afc163
Copy link
Member

afc163 commented Jun 14, 2018

Fixed in react@16.4.1: facebook/react#12506 (comment) facebook/react#12976

@afc163 afc163 closed this as completed Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Ant Design Team had proved that this is a bug.
Projects
None yet
Development

No branches or pull requests

10 participants