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.
Implement mask arrays in the same manner as done here: https://github.com/vuejs-tips/vue-the-mask
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.