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.
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 doingmaxlength="250"
works fine.