igorescobar / jQuery-Mask-Plugin

A jQuery Plugin to make masks on form fields and HTML elements.
http://igorescobar.github.io/jQuery-Mask-Plugin/
Other
4.77k stars 1.42k forks source link

Textareas #756

Open Schinzel opened 3 years ago

Schinzel commented 3 years ago

JSFiddle

Problem one Steps to recreate: Write "1234" in the textarea. Excepted result: "1234" Actual result: "3412" After two chars the cursor is moved to the start of the textarea

Problem two Steps to recreate: Write "ab" in the textarea Expected result: Empty textarea as it is not numbers Actual result: "ab" Masks are not applied to textareas

JonathanSMachado commented 2 years ago

I'm having this same problem with textarea elements.