<input> element requires two clicks for editing on IE 11

element need to be clicked two times for the user to enter\edit in the cell inside Vaadin Grid.
After a first click, the focus is shown on the cell, and the cursor is seen as blinking, but when we type anything, it doesn’t get reflected on the screen.
If we click the same cell for the second time, and then type, the text can be seen in the cell.

Hey. What version of the Vaadin Grid are you using? At least it works as expected in 3.0 version
https://cdn.vaadin.com/vaadin-core-elements/master/vaadin-grid/demo/#two-way-binding

Hi Sami, I am using the 2.0 version of Vaadin Grid.
Iam yet to try with 3.0.
Thanks for your response.