OptionalfieldBag of extra renderer-specific props forwarded from the Field component.
Useful for passing HTML attributes (placeholder, autoComplete, type)
or UI-library-specific options without extending FieldRenderProps itself.
OptionallabelVisible label text forwarded from the Field component.
Renderers can use this to render a <label> element.
OptionalnameHTML name attribute forwarded from the Field component.
Renderers can apply this to the underlying input for FormData submission.
OptionalvariantRendering variant hint passed from the Field component.
Used by renderers to select a sub-variant of the base schema type
(e.g. "password" for a string field rendered as a password input).
Also participates in renderer resolution: when set, the renderer
registry is first checked for "type:variant" (e.g. "string:password")
before falling back to the base "type" key.
Props passed to a field renderer.