React - Internet explorer 11 input loses focus after first onchange
问题 I have come across a very strange issue that I can't wrap my head around. I'm currently working with an create-react-app using react 16.3 and Antd 3.11 framework and I have created a table which inside it's header column renders a component with an onChange event attached. The issue comes when I focus the input for the first time. I lose focus on first key event, and afterwards when I click the field again, it remains focused until I click something else. Here is the example I have been using