Props & events

Attributes & behavior classes

Style and size are independent axes, same vocabulary as .input.

Attribute / classPurpose
maxlengthNative attribute — flickui.js reads it to drive the live counter
aria-invalid="true" / .is-invalidEither 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.

EventDescription
input (native, on the field)flickui.js listens for this to update .textarea-count-now from the current length.