Vuetify: [Feature Request] Multiple masks

Created on 29 Mar 2019  路  4Comments  路  Source: vuetifyjs/vuetify

Problem to solve

When there are multiple correct inputs. I have an input that needs to be able to take ####-## or ######-##.

Right now, 123456 is displayed as 123456- when I need it to be 1234-56.

Proposed solution

Implement mask arrays in the same manner as done here: https://github.com/vuejs-tips/vue-the-mask

VTextField feature

All 4 comments

masks have been removed in 2.0

But masks are still supported via 3rd party in 2.0? See:
https://vuetifyjs.com/en/components/text-fields#masks-using-vue-the-mask

Update:
This alternative has been removed from the docs for reasons.

Wait why were masks removed? It's the most useful feature for input fields!

So, there's no way to mask v-text-input anymore? I couldn't find any solution.

Was this page helpful?
0 / 5 - 0 ratings