Forms /
stableField
Wrapper form group: label + control + helper/error. Layout konsisten satu komponen untuk semua input type.
Overview
Composition: Field mengatur layout dan accessibility wiring (role="alert" pada error). Konten children adalah input/textarea/select/custom control.
Examples
Default
With helper text
3-20 karakter, huruf kecil, angka, atau underscore.
With error
Error menggantikan helper, ditampilkan dengan role='alert'.
Format email tidak valid.
Props
Tokens Used
--spacing-1Gap antar label/control/helper
--text-mutedHelper text color
--color-errorError text color
--font-size-xsHelper & error size
Accessibility
- Error pesan render dengan role='alert' otomatis (screen reader announce).
- Pakai Label dengan htmlFor untuk mengikat ke input id.
- Helper text bisa ditambah aria-describedby pada input (opsional, jika butuh announce).
- Required asterisk hanya visual; selalu tambah aria-required atau required pada input asli.