Currently consumers wire Input + a label <p> + error text manually. A FormField wrapper that handles label, helper text, error message, and validation state styling in one unit would significantly reduce boilerplate for form-heavy UIs. Should integrate with the existing Input variant system (error/success states).
Currently consumers wire
Input+ a label<p>+ error text manually. AFormFieldwrapper that handles label, helper text, error message, and validation state styling in one unit would significantly reduce boilerplate for form-heavy UIs. Should integrate with the existingInputvariant system (error/success states).