Do you see the answer was posted https://github.com/protacon/ng-virtual-keyboard/issues/13
On Tuesday, October 3, 2017 at 7:37:23 AM UTC-4, Selim Cobain wrote: > > > I use material virtual keyboard on my form > https://github.com/protacon/ng-virtual-keyboard. its work pretty > > Module.ts > --------- > import { NgVirtualKeyboardModule } from '@protacon/ng-virtual-keyboard'; > > @NgModule({ > imports: [ > ........ > NgVirtualKeyboardModule, > ........ > ], > > > layout.html > ---------<input class="form-control" type="number" ng-virtual-keyboard > ng-virtual-keyboard-layout="numeric" > ng-virtual-keyboard-placeholder="Property Name"/> > > > Is it possible to enable/disable virtual keyboard in my form via a checkbox? > > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
