FieldContext

Defines a context for a form field but without the <div> wrapper in Field


Like the Field component, sets the provided field name into the context so child components like input fields and labels can retrieve it and use it as the default field.


# Public API

Name Description Type Values Default
name Required. The field name.

:any