schema-components - v3.7.0
    Preparing search index...

    Module lit/SchemaField

    <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.

    Classes

    SchemaField