<schema-field> — Lit Custom Element rendering a single field from
a schema by dot-separated path.
Parallel to React's <SchemaField>. The element walks the supplied
schema, resolves the field at path, and renders just that branch.
Useful for forms where the layout is hand-built and each field
needs its own renderer slot.
Implementation note: <schema-field> extends <schema-component>
so the normalisation / dispatch logic is inherited. The override
here intercepts the post-walk tree and substitutes the path-
targeted branch.
<schema-field>— Lit Custom Element rendering a single field from a schema by dot-separatedpath.Parallel to React's
<SchemaField>. The element walks the supplied schema, resolves the field atpath, and renders just that branch. Useful for forms where the layout is hand-built and each field needs its own renderer slot.Implementation note:
<schema-field>extends<schema-component>so the normalisation / dispatch logic is inherited. The override here intercepts the post-walk tree and substitutes the path- targeted branch.