core
core copied to clipboard
Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.2.5 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
Help, I'm using the virtual keyboard, it works perfectly when I do not use mask, but when I put a mask in the field it does not format the field....
Hello, I use keyboard with mat-autocomplete field. But when I click keyboard buttons, autocomplete options won't appear
I am using [ngx-material-keyboard](https://www.npmjs.com/package/ngx9-virtual-material-keyboard) , I am able to see the keyboard on focus of the input element , but keyboard is showing bottom of the page, How can I...
i thought that we need to edit the keyboard-key/keyboard-key.component.html,.scss,.ts to be changed. But in vain, couldn't find the right place to do the changes to make it responsive. Can you...
Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 2.1.0 to 10.1.1. Release notes Sourced from ng-packagr's releases. v10.0.0-rc.2 Bug Fixes issues with emitting declarationMap (38ad52b), closes #1464 10.0.0-rc.1 (2020-06-10) v10.0.0-rc.1 Bug Fixes disable CSS calc...
Hello, I am trying to implement a custom keyboard with only numeric values (like a phone keypad) while also keeping the original English matkeyboard... I need to be able to...
When the input is type="number" and press a virtual key button insert from start the value instead of the last value, in the demo [https://ngx-material-keyboard.github.io/demo/ ] there is the same...
Hello, I'm integrating ngx-material-keyboard and cannot see a keyboard opening on focus of the element. Tried debugging the same - looks like it doesnt bind to my input control at...
`Package version: 0.1.1` If set `"fullTemplateCheck": "true"` in `tsconfig.json` i will got an error `Property '_animationState' is private and only accessible within class 'MatKeyboardContainerComponent'` Problem is here: ``` // ngx-material-keyboard\src\core\src\components\keyboard-container\keyboard-container.component.ts...