showCharacterCount property

  1. @Input()
bool showCharacterCount
getter/setter pair

Display character count even if maxCount is null.

Implementation

@Input()
bool showCharacterCount = false;