TextFormField
Object: TextFormField
Section titled “Object: TextFormField”A GraphQL object type.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
key* | EntityKey! | — |
label* | String! | — |
description | String | — |
mode* | FormFieldMode! | — |
type* | FormFieldType! | — |
multiLine* | Boolean! | If true, renders as a multi-line text area. |
regex | String | Regular expression pattern the submitted value must match. |
maxLength | Int | Maximum character length. |