Hi guys,
This patch causes an error of minus counter because line break counts as 2 characters but we can still type inside the textarea until it has the specified amount of characters as is the line break counts as 1 character.
For example I insert 10 line break, and type as many characters as I want, and after it hit , it then prevent me from typing.
-10 character(s) remaining
I suggest to change stopInputAtMaximum into true,
{ stopInputAtMaximum: true, }