Hello i want to ask about input mask onkeydown or any other events it is not triggering any one of the events i am using latest syncfusion package
|
<SfMaskedTextBox Mask="000-000-0000" @oninput="onInput" />
@code {
public void onInput(ChangeEventArgs args)
{
}
} |
Hello,
thanks for your response. I asked about onkeypressed or onkeydown I want to check if the user press enter button using masked input but it is not working
Hi, I am still waiting :)
thanks