Add a character counter to textarea #37
jasonchrista
started this conversation in
Ideas
Replies: 1 comment
-
You can easily do this with some JavaScript. Here's an example: https://codepen.io/mariohamann/pen/poXRxea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be neat to add an attribute that renders a character count at the bottom of a textarea. When there is a maxlength, it could render something like 12/100 characters.
Beta Was this translation helpful? Give feedback.
All reactions