formly-js / vue-formly-bootstrap

MIT License
51 stars 13 forks source link

v-mask #14

Closed n0n3br closed 4 years ago

n0n3br commented 6 years ago

i'm trying to create a custom field type with mask suport, but can't get to work right. Maybe you could provide the default template for all the input types so I can achieve what I want more easily.

matt-sanders commented 6 years ago

All the fields are in https://github.com/formly-js/vue-formly-bootstrap/tree/master/src/fields The baseField.js file contains some basic functionality that they all use, not that you're required to use it, but that does give some helpers.