ValueChanged on KeyPressed or KeyUp

Hi @Hardy,

You can try using the @oninput DOM event. It should provide the current value in the event arguments. Here is a forum thread that may help.