Character Count
A form helper that displays the number of remaining available characters while typing.
Projects /
A form helper that displays the number of remaining available characters while typing.
The max number of available characters is defined updating the maxlength
property value, which is the value used in JS to set the starting counter.