<sc-unknown> — Custom Element renderer for UnknownField.
<sc-unknown>
UnknownField
Mirrors React's renderUnknown: a JSON-encoded fallback for unconstrained values — <input type="text"> in editable mode, a <span> showing the stringified value in read-only mode.
renderUnknown
<input type="text">
<span>
Parts: input, value.
input
value
<sc-unknown>— Custom Element renderer forUnknownField.Mirrors React's
renderUnknown: a JSON-encoded fallback for unconstrained values —<input type="text">in editable mode, a<span>showing the stringified value in read-only mode.Parts:
input,value.