Hi, just a short question. I came across the char counter plugin for blueprints and have seen that this functionality for validation is now included in the Kirby core.
testtext:
label: Test
type: textarea
validate:
max: 240
- MaxLength
I tried several options like MaxLength, and it seems to work but no counter ( e.g. “34/200”) is showing up. Has such a counter been included when the plugin has been ported to the core?