Classes list
Every class Form field recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.form-field | Base class on the wrapper — required |
.form-field-label | The field's label text |
.form-field-required / .form-field-optional | Small inline markers appended to the label |
.form-field-hint | Circular help-icon button, e.g. for a tooltip trigger |
.form-field-control | Wraps the actual input/select/textarea/etc. |
.form-field-helper-row | Holds the helper/error/counter line beneath the control |
.form-field-helper / .form-field-error | Neutral helper text / error message |
.form-field-counter | Character-count display, right-aligned in the helper row |
.form-field-inline | Switches to a two-column label + control grid layout |
.form-field-compact | Hides the helper row entirely for a denser field |
.form-field-disabled | Dims the whole field |