Skip to content

magdv/imaskjs

 
 

Repository files navigation

imaskjs

vanilla javascript input mask

Build Status Coverage Status npm version License: MIT lerna

Features

  • get and set raw and unmasked values easily
  • no external dependencies
  • RegExp mask
  • Function mask
  • Number mask (integer and decimal)
  • Date mask (various format support)
  • Dynamic/on-the-fly mask
  • Pattern mask
    • show placeholder always and only when necessary
    • unmasked value can contain fixed parts
    • optional input parts (greedy)
    • custom definitions
    • reusable blocks
    • Enum and Range masks

Plugins

Install

npm install imask and import IMask from 'imask';

or use CDN:

<script src="https://unpkg.com/imask"></script>

Build & Test

npm run make

Compatibility

Supports all major browsers and IE11+ need to support older?

Docs, Examples, Demo

https://unmanner.github.io/imaskjs/

Further Plans

Many Thanks to

@Viktor Yakovlev

@Alexander Kiselev

Support Development

If you enjoyed working with it, you can buy me a cup of coffee :)

Buy Me a Coffee at ko-fi.com

Packages

No packages published

Languages

  • JavaScript 87.6%
  • Ruby 5.3%
  • TypeScript 3.7%
  • HTML 3.4%