Show info about maxLength in Textarea

Hi there,
I’m looking for a nice and intuitive way to display the count of remaining character the user can input in a Text Area.
Something like “You have 4 from 20 chars left”…
I think that’d be a neat addition.

Hi,

It is a good idea. I think you can implement it using one of the receipts described here: textarea - Show how many characters remaining in a HTML text box using JavaScript - Stack Overflow.

You can read more about extending components using JavaScript here: Javascript to convert Enter-Key to Tab-Key - CUBA.Platform