Open
Description
Environment
Please provide as many details as you can:
- Hosting type
- [] Form.io
- Local deployment
- Version: 5.5.0-rc.11
- Formio.js version: 4.15.0
- Frontend framework: angular
- Browser: 115.0.5790.110 (chrome)
Steps to Reproduce
- create a form like the one below
- add data to form [submission]
- check display
- works on version 5.5.0-rc.8
- doesn't work on version 5.5.0-rc.9
Expected behavior
Observed behavior
For code or form JSON, please enclose in a code block:
form
{
"display": "form",
"components": [
{
"title": "warnings",
"theme": "danger",
"tooltip": "",
"customClass": "",
"collapsible": false,
"hidden": false,
"hideLabel": false,
"disabled": false,
"modalEdit": false,
"key": "problems",
"tags": [],
"properties": {},
"customConditional": "",
"conditional": {
"json": "",
"show": null,
"when": null,
"eq": ""
},
"logic": [],
"attributes": {},
"overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
"type": "panel",
"label": "warnings",
"breadcrumb": "default",
"tabindex": "",
"input": false,
"tableView": false,
"components": [
{
"label": "errors:",
"disableAddingRemovingRows": true,
"reorder": false,
"addAnotherPosition": "bottom",
"layoutFixed": false,
"enableRowGroups": false,
"initEmpty": true,
"hideLabel": true,
"tableView": false,
"defaultValue": [
{
"textField": "",
"message": ""
}
],
"persistent": "client-only",
"key": "verified_result_problems",
"type": "datagrid",
"input": true,
"components": [
{
"label": "message",
"labelPosition": "top",
"placeholder": "",
"description": "",
"tooltip": "",
"prefix": "",
"suffix": "",
"widget": {
"type": "input"
},
"inputMask": "",
"allowMultipleMasks": false,
"customClass": "",
"tabindex": "",
"autocomplete": "",
"hidden": false,
"hideLabel": true,
"showWordCount": false,
"showCharCount": false,
"mask": false,
"autofocus": false,
"spellcheck": true,
"dataGridLabel": false,
"disabled": true,
"tableView": true,
"modalEdit": false,
"multiple": false,
"defaultValue": "",
"persistent": true,
"inputFormat": "plain",
"protected": false,
"dbIndex": false,
"case": "",
"encrypted": false,
"redrawOn": "",
"clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
"required": false,
"pattern": "",
"customMessage": "",
"custom": "",
"customPrivate": false,
"json": "",
"minLength": "",
"maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
},
"unique": false,
"errorLabel": "",
"key": "message",
"tags": [],
"properties": {},
"conditional": {
"show": null,
"when": null,
"eq": "",
"json": ""
},
"customConditional": "",
"logic": [],
"attributes": {},
"overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
"type": "textfield",
"input": true,
"refreshOn": "",
"inputType": "text",
"id": "e9ngprd0000"
}
],
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
"protected": false,
"unique": false,
"hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
"modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
"tabindex": "",
"disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
"attributes": {},
"validateOn": "change",
"validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
},
"conditional": {
"show": null,
"when": null,
"eq": ""
},
"overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
"properties": {},
"allowMultipleMasks": false,
"tree": true,
"id": "ep4hp6"
}
],
"hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
"validateOn": "change",
"validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
},
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
"allowMultipleMasks": false,
"tree": false,
"id": "e4pko1a"
}
]
}
data
{"data": {
"verified_result_problems":
[
{
"code": "NOT_ACCUMULATED",
"message": "NOT_ACCUMULATED"
},
{
"code": "TOO_MUCH_DAYS",
"message": "TOO_MUCH_DAYS"
},
{
"code": "NOT_FOUND_14",
"message": "NOT_FOUND_14"
},
{
"code": "TOO_FEW_DAYS",
"message": "TOO_FEW_DAYS"
}
]
}
}