Props & events
Attributes & behavior classes
Style and size are independent axes, same vocabulary as .input.
| Attribute / class | Purpose |
|---|---|
maxlength | Native attribute — flickui.js reads it to drive the live counter |
aria-invalid="true" / .is-invalid | Either form triggers the same error styling |
aria-disabled="true" | Paired with native disabled |
Events
flickui.js keeps the character counter in sync as the user types.
| Event | Description |
|---|---|
input (native, on the field) | flickui.js listens for this to update .textarea-count-now from the current length. |