Vuetify 1.5 used to have this functionality implemented properly. Current proposition of using 3rd party plugins (especially vue-the-mask) is useless. Those plugins are clumsy, incomplete and generally require a lot of re-work to integrate. each v-text-field becomes a 10-15 line monstrosity, forms are a nightmare to create and even worse to debug.
Simple: bring back the masks that were in v1.5
Yes, It would be great to bring mask functionality again to Vuetify 2.x
About vue-the-mask I will add also that:
We have plans to bring this back for v3. The likelihood of it making its way into v2 is undetermined yet slim.
What is the way to apply masks in the current version?
What is the way to apply masks in the current version?
make your own plugin or use another framework. there's no good solution for vuetify
I am the author of vue-input-facade. It started as a fork of vue-the-mask to fix some of the outstanding issues, but it has evolved while still maintaining a similar API. I'll be willing to help out if you guys want to include it in vuetify. It is currently been used in a high visible project at my current employment (Fortune 500 company), so I'll be maintaining it for quite some time.
I am the author of vue-input-facade. It started as a fork of vue-the-mask to fix some of the outstanding issues, but it has evolved while still maintaining a similar API. I'll be willing to help out if you guys want to include it in vuetify. It is currently been used in a high visible project at my current employment (Fortune 500 company), so I'll be maintaining it for quite some time.
It will be very helpful to use vuetify.
Most helpful comment
We have plans to bring this back for v3. The likelihood of it making its way into v2 is undetermined yet slim.