- Notifications
You must be signed in to change notification settings - Fork37
Collection of libraries to create an input mask which ensures that user types value according to predefined format.
License
taiga-family/maskito
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Documentation •Submit an Issue •Contact Us
Maskito is a collection of libraries, built with TypeScript. It helps you to create an input mask which ensures thatusers type values according to predefined format.
Maskito supports all user’s interactions with text fields: basic typing and deleting via keyboard, pasting,dropping text inside with a pointer, browser autofill, predictive text from mobile native keyboard.
Maskito is robust. The whole project is developed with strict TypeScript mode. Our code is covered by hundreds ofCypress tests.
Server Side Rendering and Shadow DOM support.
You can use it with
HTMLInputElement
orHTMLTextAreaElement
or even with[contenteditable]
element.Maskito core is zero-dependency package. You can mask input in your vanilla JavaScript project. However, we haveseparate packages for Angular, React and Vue as well.
Maskito includes optional framework-agnostic package with configurable ready-to-use masks.
No text field with invalid value! Use Maskito.Mask it! Learn more about the library in ourdocumentation.
If you have suggestions for howMaskito could be improved, or want to report a bug, open an issue! We'd love all andany contributions.
For more, check out theContributing Guide.
Maskito is a part ofTaiga UI libraries family which is backed and used by alarge enterprise. This means you can rely on timely support and continuous development.
🆓 Feel free to use our library in your commercial and private applications
AllMaskito packages are covered byApache 2.0
Read more about this licensehere
About
Collection of libraries to create an input mask which ensures that user types value according to predefined format.