我正在尝试使用Mat-keyboard,但是当我单击键盘时,对输入的关注发生了变化。请看下面的图片-
<form ngForm="myForm">
<mat-form-field>
<input matInput placeholder="Code" type="text" name="code">
</mat-form-field>
<mat-keyboard></mat-keyboard>
</form>
我想实现此博客在角度6上显示的内容: 请访问以获得更多的清晰度 https://rawgit.com/GreenfieldVentures/angular-on-screen-keyboard/master/demo2.html
感谢您的帮助!