Hi there,
I'm quite new to TeamSite, and I am looking for a "maxlength solution" for textarea. I tried type "textarea maxlength", and I got these results from
DevNet. After go through some of the thread, I found that
validation-regex is one of the common and simple solution for my issue.
But I notice something might fall into a risk, which is when the user type more then the limit I set in the
validation-regex maxlength range, the form will prompt the textarea in Red colour, and imagine that if I am the user I might want to know why it turns red, so I am thinking maybe if I can display a alert message to the user, so they won't lost.
appreciate if anyone of you can give me some idea, or maybe you got other suggestion, I don't mind to accept new idea

regards,
waikong