Why there is no keyup event on text field? I need this event to format my test that inputed by user. Actually I use it for formating money. Or is there any way to do it?
You can use event API to attach any native HTML event handler. By the way, the onTimedKeyPress event can be helpful.
I also recommend you check the related topic with the ready solution for a similar task.