OptionalfieldOptionallabelVisible label text forwarded to the renderer via FieldRenderProps.label.
OptionalnameHTML name attribute forwarded to the renderer via FieldRenderProps.name.
OptionalrendererOptionalvariantRendering variant hint. Participates in renderer resolution:
the registry is checked for "type:variant" (e.g. "string:password")
before falling back to the base "type" key.
Also forwarded to the renderer via FieldRenderProps.variant.
Bag of extra renderer-specific props forwarded to the renderer via
FieldRenderProps.fieldProps(e.g.placeholder,autoComplete).