Classes list
Every class Textarea recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.textarea | Base class on the wrapping <label>/element — required |
.textarea-el | The native <textarea> itself |
.textarea-counter | Wraps the character-count display |
.textarea-count-now / .textarea-count-max | The two spans flickui.js updates/reads for the live counter |
.is-readonly | Read-only visual style |
.is-invalid | Same effect as aria-invalid="true" — recolors the border and counter |