Im trying to enable the virtual keyboard from Chrome's extensions in my web app in Angular but the Material Forms did not reconize the input when you submit the forms. Also even the masks are not working when you insert the letters or numbers.
Anyone knows how to fix this?
<mat-form-field class="full-width input-light"> <input matInput formControlName="nom_pessoa" placeholder="Nome" type="text"> </mat-form-field>
Screenshot Image
1.4m articles
1.4m replys
5 comments
57.0k users