core icon indicating copy to clipboard operation
core copied to clipboard

How can I get the typed value from virtual keyboard

Open JituMandal12 opened this issue 6 years ago • 0 comments

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" >

JituMandal12 avatar Jul 05 '19 07:07 JituMandal12