ReadonlypropsThe walked field props passed to the theme's render function.
ReadonlyinputStable DOM id for the host input.
ReadonlychildrenChildren-as-function. Receives the ARIA attribute bundle so the
caller can spread the attributes onto whatever element it
produces; the shell does not inject them because the spread
point varies between libraries (inputProps, top-level, slot
props, …).
Optional ReadonlylabelOptional override for the label text. Defaults to
props.meta.description when undefined.
Optional ReadonlyhideWhen true, suppress the wrapping <label> element. Useful for
adapters whose host primitive (e.g. MUI's TextField) already
renders its own label.
Render-time inputs to FieldShell. The shell does not depend on a theme; it consumes only the field metadata the walker has already produced.