-
Notifications
You must be signed in to change notification settings - Fork 58
TextArea validation #56
Comments
It's only suppose to fire after the user stop typing, by default it's 1sec. Even on my plunker demo, it doesn't do what you just describe, try my demo and you'll see. Did you define any Global Variable of Angular-Validation? If you could make a plunker demo, that would help in debugging, without that it's hard to help you more |
from demo http://plnkr.co/jADq7H |
So your problem is around the fact that when you do a ENTER, the |
Ok you were right, I found out that a new line (ENTER) is breaking the Regex that I was using on On I will update the 3 rules in the https://regex101.com/#javascript |
Should be all good now... thanks for the feedback! |
Many thanks for help! |
I searched, but did not find an answer
I have:
textarea name="description" validation="min_len:50|max_len:2000|required"
When i type Enter (new line) validation error is fired. Why?
The text was updated successfully, but these errors were encountered: