maxCount property

  1. @Input()
int maxCount
getter/setter pair

Maximum allowed characters for character counting input box.

Character count always is displayed when the value is non-null.

Implementation

@Input()
int maxCount = 0;