<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)
<sc-string>— Custom Element renderer forStringField.Mirrors the React
renderStringheadless renderer:<input type="…">in editable mode withformat-aware type selection (email,url,password, date/time variants), or a<span>in read-only mode that linkifies safemailto:/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>elementvalue— the read-only<span>(or<a>for safe link formats)hint— the constraint hint<small>element