Posted 14 September 2017, 12:08 pm EST
There’s an annoying issue with (some of) the Wijmo input controls when used inside a FlexGrid where the control, when created in a cell when the user begins editing the cell contents, receives the last character that was entered into e.g. an input or a textarea element in a row detail cell in the same grid. The issue happens also if a key was pressed while a read-only cell had been focused before beginning to edit a cell (by clicking the editable cell twice). The normal text editor control does not seem to be affected but at least the auto-complete, combo-box and input-number controls seem to all be suffering from the same issue.
A ‘keydown’ event listener attached to the control’s ‘hostElement’ on the ‘initialized’ event does not receive any key event for the extra character but the control’s ‘textChanged’ event handler is called when that character is added.
An example with step-by-step instructions on how to reproduce the issue is available here: http://plnkr.co/edit/sqTUvAtqLKRn681LNpXm?p=preview
