Function: isFullySupported()
function isFullySupported(type): boolean;
Defined in: registry.tsx:233
Element types this renderer draws with a real input, rather than the fallback.
Parameters
| Parameter | Type |
|---|---|
type | | "number" | "text" | "date" | "time" | "datetime" | "rank" | "rating" | "range" | "consent" | "matrix" | "geopoint" | "geotrace" | "geoshape" | "image" | "audio" | "video" | "file" | "barcode" | "signature" | "note" | "group" | "repeat" | "select_one" | "select_multiple" | "checkbox" | "hidden" | "calculate" | `x:${string}` |
Returns
boolean