Forums
Home / Plugin: Masks Form Fields / Mask for textarea
(@pickme)
2 years, 8 months ago
Hello
<textarea cols=”20″ rows=”3″ class=”input-text” name=”description” id=”description” placeholder=”Input your description” maxlength=”5000″></textarea>
Is there a way to mask a <textarea> tag ?
Thank you
(@ivanpetermann)
Hi @pickme,
No, because with textarea the mask library is not working properly.
Hi @ivanpetermann
In general it is not possible to mask a textarea tag on webforms or there is a workaround ?
Since input fields are masked, then why textarea fields are not masked?
For example I would like to restrict latin letters only.
Thanks
Doing a search on Google, I found a code that maybe can help you with a solution.
https://jsfiddle.net/petermann/f7y8Lhvb/
Note: This example has nothing to do with my plugin.