core icon indicating copy to clipboard operation
core copied to clipboard

Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).

Results 51 core issues
Sort by recently updated
recently updated
newest added

Produces this error: this._document.getElementsByClassName is not a function related to LiveAnnouncer

I have created an app and set Keyboard on a input tag (textbox). Entered value in textbox via virtual keyboard, But control's "dirty" property is not set to true and...

enhancement

**Problem** The backspace key will duplicate any selected character for the first press rather than remove the desired one. **Reproduction** - Go to the demo site, test form tab [ngx-material-keyboard...

bug
refactor

If I start to hit the "enter/return" key, the scrolls bars on my app show and then go away after a second or two.. it seems to be shifting the...

can not reproduce
more informations needed

Hi Team/ @davidenke Validation not happening while using virtual keypad, please suggest how to do and acheive this issue: **below is my code:** ``` Please enter the user name ```...

enhancement

Hello, can you provide a doc to explain how to override sass vairables like : $mat-keyboard-button-distance ?

enhancement
help wanted
docs

Hi Team, Can you help /Suggest me on a scenario, where by triggering a character in virtual keyboard and the same character should be shuffled within a virtual keyboard by...

Whenever use Custom Keyboard Layouts on Keypress in console there is Error "TypeError: this.control is undefined". This is also present in Online Demo https://ngx-material-keyboard.github.io/demo/ --->In Test Form-->2nd Input Simple Element.value...

bug

When text is selected in an input the keyboard will add the keyboard input in front of the selected text. Would be better if the selected text could be replaced...