I want to disable the user from typing in textarea, when word count limit is reached. But the user should be able to edit the text within the given limit.
I used attr.disabled property to disable from typing. But, this just blocks the user from typing and editing. I want to do this in angular.
Thanks in advance