InputMask for Vue.js
npm install vue-inputmaskVue.js directive to add a mask to your inputs (vanilla javascript).
It's a binding for the inputmask library by Robin Herbots https://github.com/RobinHerbots/Inputmask
This library is licensed under MIT License.
bash
npm install -S vue-inputmask
`
Setup
With Typescript
`typescript
import Vue from 'vue'
const VueInputMask = require('vue-inputmask').defaultVue.use(VueInputMask)
`With a script tag
`html
`Usage
`html
``