Skip to content

@self-assert/react / FormField

Function: FormField()

FormField<Model, ContainerType>(props): Element

Handles the logic for a form field and its error message, given a DraftAssistant.

Type Parameters

Type ParameterDefault type
Model extends stringstring
ContainerType extends ElementType<any, keyof IntrinsicElements>"div"

Parameters

ParameterTypeDescription
propsFormFieldProps<Model, ContainerType>

Returns

Element