Max length not work
hoangbtmrk opened this issue · 1 comments
hoangbtmrk commented
I binded [maxlength] value, but it seem to be not work, although it show the maxLength at the bottom of Text editor, but I can typing more characters than maxlength
instance-oom commented
There is no characters limit for copy or user-typing. The maxlength
is for angular form valiator, if the characters' length more then maxlength you config, then the component will report the validate error to the ngform.