The only way to do that is by handling @oninput
. We decided not to support it out of the box as it had known latency issues - the value can get reset while the user is typing too fast and there is high latency. The linked issue is marked as closed but I am not 100% sure it works in all cases. Also @bind:event does not work for any custom component - even Microsoft's InputText does not support it.