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

    Module lit/renderers/scString

    <sc-string> — Custom Element renderer for StringField.

    Mirrors the React renderString headless renderer: <input type="…"> in editable mode with format-aware type selection (email, url, password, date/time variants), or a <span> in read-only mode that linkifies safe mailto: / http(s) URLs and locale-formats date/time strings.

    Exposes the following CSS parts so consumers can theme without piercing the Shadow DOM:

    • input — the inner <input> element
    • value — the read-only <span> (or <a> for safe link formats)
    • hint — the constraint hint <small> element

    Classes

    ScString