• Resolved pickme

    (@pickme)


    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

    • This topic was modified 3 years ago by pickme.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ivan Petermann

    (@ivanpetermann)

    Hi @pickme,

    No, because with textarea the mask library is not working properly.

    Thread Starter pickme

    (@pickme)

    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

    • This reply was modified 3 years ago by pickme.
    Plugin Author Ivan Petermann

    (@ivanpetermann)

    Hi @pickme,

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mask for textarea’ is closed to new replies.