Hi,
In my Blazor Server Web App that should work exclusively on mobile devices,
I'm trying to intercept the @onkeydown event.
Something like this:
<SfTextBox ShowClearButton="true" Autocomplete="AutoComplete.Off" Type="InputType.Search"
@onkeydown="OnInputTextBoxKeyDown" />
The problem is that any keydown from a mobile device returns the followeing KeyboardEventArgs:
Am I doing something wrong?
Please provide any suggestions!
Thank you in advance!
Best regards,
Ivan Temelkov