RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.36k stars 2.18k forks source link

Unable to enter newline characters in textarea #2755

Open Techn1c4l opened 7 months ago

Techn1c4l commented 7 months ago

I saw an issue #1784 and realized that's the exact problem that's in the title. I'm unable to enter newline characters in a textarea with mask set to a regular expression '([a-z]+[\s]?)+'. I need a textarea input with words separated by any whitespace character. Any chance it could be implemented in the future?