You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I want to get the value of button pressed on virtual keyboard. For example backspace. I am able to get enter, shift button clicked but not backspace button. Please help. I am using the following code.
I am using Angular 7.
<input
#userName
matKeyboard
[darkTheme] = true
(enterClick)="onEnterClick()"
formControlName="username"
maxlength="50"
>
The text was updated successfully, but these errors were encountered:
Hello,
I want to get the value of button pressed on virtual keyboard. For example backspace. I am able to get enter, shift button clicked but not backspace button. Please help. I am using the following code.
I am using Angular 7.
<input
#userName
matKeyboard
[darkTheme] = true
(enterClick)="onEnterClick()"
formControlName="username"
maxlength="50"
>
The text was updated successfully, but these errors were encountered: