Skip to main content

Function: TextField()

function TextField(__namedParameters): Element;

Defined in: components/TextField.tsx:16

text, single or multiline.

Empty is written back as null, not '': REL treats both as empty, but the submission is cleaner and null round-trips through JSON identically on every platform.

Parameters

ParameterType
__namedParametersElementComponentProps

Returns

Element