v-mask
v-mask copied to clipboard
Using v-mask in a text-area field
I was kinda surprised when I tried using v-mask on a textarea field that it didn't work. It appears to only work on input fields? I did a search for textarea, and couldn't find any reference, so it would appear support is not implemented.
It would appear to be a fairly "easy lift" to add textarea support, and would be very useful to my project. I can use a different method for my project, but for consistency it would be nice to use v-mask for both input and textarea fields.
I just installed the library and used it in a textarea, and it works fine.