The task is as follows:
There is a <Input Type = 'Text'> into which text is entered. It is necessary that this text be displayed in real time in a Div. If you use standard events like OnChange, then the text will be updated in the Div only when you move the focus of the mouse to another element, the same with other standard events. And it is necessary that it be displayed at the same moment when it is entered.