Module: Input Mask

Formats input according to the user-defined mask.

 View the source on Github

Early support for physical keyboard input

From version 2.1.4 of this module, physical keyboard input has basic support:

Check out the demo:

https://simple-keyboard-autocorrect-physical-keyboard.glitch.me/

To use this functionality, please make sure to carefully follow the example code, as this setup requires specific options:

https://glitch.com/edit/#!/simple-keyboard-autocorrect-physical-keyboard


Installation

npm

npm install simple-keyboard simple-keyboard-input-mask --save


zip file (self-hosted)

Click here to download the latest release (zip format).

Want to use a CDN instead of self-host? Scroll down to the “Usage with CDN” instructions below.


Usage with npm

js


html


Usage with CDN

html


js