characterCounter property
A custom character counter function.
Takes in the input text; returns how many characters the text should be considered as.
Implementation
@Input()
CharacterCounter characterCounter = (v) => 0;
A custom character counter function.
Takes in the input text; returns how many characters the text should be considered as.
@Input()
CharacterCounter characterCounter = (v) => 0;