v-mask icon indicating copy to clipboard operation
v-mask copied to clipboard

Using v-mask in a text-area field

Open teckel12 opened this issue 3 years ago • 1 comments

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.

teckel12 avatar Jun 07 '22 16:06 teckel12

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

mreduar avatar Jul 12 '22 23:07 mreduar