Masked input for Vue Form Generator using Vue The Mask
⚠ There is no npm package to use it. Copy the
VfgTheMask.vue
file to your project and follow the steps below.
import VueFormGenerator from 'vue-form-generator';
import VueTheMask from 'vue-the-mask';
import VfgTheMask from './components/VfgTheMask';
Vue.use(VueFormGenerator);
Vue.use(VueTheMask);
Vue.component('field-vfg-the-mask', VfgTheMask);
{
model: 'mydate',
type: 'vfg-the-mask',
mask: '##/##/####'
}
❗ We will not provide support related for Vue Form Generator neither Vue The Mask. If you need support with these projects, go to their GitHub repositories: Vue Form Generator | Vue The Mask