instance-oom / ngx-markdown-editor

Angular markdown editor based on ace editor
http://lon-yang.github.io/markdown-editor/
Apache License 2.0
174 stars 48 forks source link

Binding maxlength Does Not Work #132

Closed JordanW9232 closed 1 year ago

JordanW9232 commented 1 year ago

It seems when providing a maxlength like [maxlength]="lengthVariable" the editor does not pick up on it and therefore will not render the length at the bottom. There are no errors that occur, it just doesn't show. Although doing maxlength="250" works fine.

image