We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide as many details as you can:
displaying list items
empty
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" } ] } }
The text was updated successfully, but these errors were encountered:
Is this still reproducible in later versions? Can we get a code sandbox to help triage?
Sorry, something went wrong.
olgabann
No branches or pull requests
Environment
Please provide as many details as you can:
Steps to Reproduce
Expected behavior
displaying list items
Observed behavior
empty
For code or form JSON, please enclose in a code block:
form
data
The text was updated successfully, but these errors were encountered: