probil / v-mask

🔡 Tiny input mask library for Vue.js (directive)
https://v-mask-demo.netlify.com
MIT License
902 stars 132 forks source link

Using v-mask in a text-area field #554

Open teckel12 opened 2 years ago

teckel12 commented 2 years ago

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.

mreduar commented 2 years ago

I just installed the library and used it in a textarea, and it works fine.