Character counter in text fields.
Character counter in text fields.
mfitportal
Posts: 20Questions: 7Answers: 0
in Editor
I was wondering if editor has a built in character counter for text fields and display within the text box or outside. I haven't been able to find anything on it. Any help appreciated.
This discussion has been closed.
Answers
Hi @mfitportal ,
When you say counter, do you mean to limit the length of the field? You can set HTML properties like
maxLength
as shown in the example on this page.If you want to count how many characters have been typed, you can use
dependent()
- as in the example here.Hope that helps,
Cheers,
Colin