Free text
Alpha Numeric allows plain text of alphabetic or mixed numeric/alpha data to be entered into the text field. For example, a “Notes” field.
Value Precision
is AllowMultiple respected?
Has validation?
Free Text Data Type Definition
{
"fields": [
{
"fieldName": "Notes",
"label": "notes",
"required": false,
"maxLength": 5000,
"editable": true,
"dataType": "AlphaNumericText",
"allowMultiple": true,
"listOfValues": []
},
...
]
} Last updated
Was this helpful?

