You have to bind the oninput event with an input element to fire an event for each and every character input.
<input type="text" @oninput="@InputChange" />
You have to bind the oninput event with an input element to fire an event for each and every character input.
<input type="text" @oninput="@InputChange" />
Share with