ngx-material-keyboard / core

Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
https://ngx-material-keyboard.github.io/core/
98 stars 120 forks source link

Use NgControl instead of nativeElement #11

Closed akempes closed 7 years ago

akempes commented 7 years ago

[(ngModel)] or formControlName="" can now be used. This update will also fix #1.

davidenke commented 7 years ago

Great, thanks. I‘ll review it soon.