Skip to main content

Function: UnsupportedField()

function UnsupportedField(__namedParameters): Element;

Defined in: components/Fallbacks.tsx:29

Capture types this renderer does not implement yet: image, audio, video, file, signature, geopoint, geotrace, geoshape, barcode, matrix, rank.

It is a graceful fallback, not a hole: the label, hint, required marker and validation state all render, and any value already recorded round-trips untouched. That matters because a draft started in the field app and reopened on the web must not lose its photos, and because a required media question must still be visible as the reason finalize is blocked.

Parameters

ParameterType
__namedParametersElementComponentProps

Returns

Element