In textarea tag we are using TinyMCE as external editor and we need to restrict the characters in the textarea. Should we have our custom Javascript for allowing only maximum characters in the textarea or am I missing any attribute (IW inhouse attribute) for allowing only maximum characters in the textarea tag.We are on TS6.7.1
Not getting your question much clear. However as far as i know... textarea's default max length is 300 chars. If you need to increase, you have to explicitly define the maxlength attribute for the item.