Skip to content
New issue

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

Mobile matrix footer - addRowLocation - top #9425

Closed
novikov82 opened this issue Feb 7, 2025 · 0 comments · Fixed by #9427
Closed

Mobile matrix footer - addRowLocation - top #9425

novikov82 opened this issue Feb 7, 2025 · 0 comments · Fixed by #9427
Assignees
Labels

Comments

@novikov82
Copy link
Contributor

novikov82 commented Feb 7, 2025

Image

{
  "title": "TEST",
  "description": "TEST",
  "logoPosition": "right",
  "pages": [
    {
      "name": "OBSERVATION_PAGE",
      "title": "Observations",
      "elements": [
        {
          "type": "matrixdynamic",
          "name": "OBSERVATION_TABLE",
          "titleLocation": "hidden",
          "valueName": "Observation",
          "verticalAlign": "top",
          "columns": [
            {
              "name": "OBSERVATION_DETAIL_HEADER",
              "title": "Observation",
              "cellType": "text",
              "readOnly": true
            },
            {
              "name": "OBSERVATION_CODE_HEADER",
              "title": "Code",
              "setValueExpression": "{row.OBSERVATION_CODE}"
            },
            {
              "name": "OBSERVATION_ITEM_COMPLETED_HEADER",
              "title": "Complete",
              "setValueExpression": "{row.OBSERVATION_ITEM_COMPLETED}"
            }
          ],
          "detailElements": [
            {
              "type": "dropdown",
              "name": "OBSERVATION_TYPE",
              "title": "Observation Type",
              "isRequired": true,
              "choices": [
                "test 1",
                "test 2",
                "test 3",
                "test 4",
                "Other"
              ]
            },
            {
              "type": "comment",
              "name": "OBSERVATION_COMMENT",
              "title": "Observation comments",
              "isRequired": true,
              "maxLength": 300
            },
            {
              "type": "dropdown",
              "name": "OBSERVATION_CODE",
              "title": "Observation Code",
              "isRequired": true,
              "choices": [
                "Test 31",
                "Test 32",
                "Test 33",
                "Test 34"
              ]
            },
            {
              "type": "boolean",
              "name": "OBSERVATION_ITEM_COMPLETED",
              "title": "Has this item been completed?",
              "isRequired": true,
              "valueTrue": "Yes",
              "valueFalse": "No"
            },
            {
              "type": "boolean",
              "name": "FURTHER_INV_REQ",
              "title": "Further investigation required?",
              "isRequired": true,
              "valueTrue": "Yes",
              "valueFalse": "No"
            }
          ],
          "detailPanelMode": "underRowSingle",
          "cellType": "text",
          "rowCount": 1,
          "addRowLocation": "top",
          "addRowText": "Add Observation",
          "removeRowText": "Delete Observation",
          "hideColumnsIfEmpty": true,
          "detailPanelShowOnAdding": true
        }
      ]
    }
  ],
  "showNavigationButtons": "none",
  "showQuestionNumbers": "off"
}
@novikov82 novikov82 self-assigned this Feb 7, 2025
@novikov82 novikov82 added the bug label Feb 7, 2025
@novikov82 novikov82 changed the title Mobile matrix footer Mobile matrix footer - addRowLocation - top Feb 7, 2025
novikov82 added a commit that referenced this issue Feb 9, 2025
novikov82 added a commit that referenced this issue Feb 9, 2025
tsv2013 pushed a commit that referenced this issue Feb 10, 2025
* Mobile matrix footer - addRowLocation - top #9425
Fixed #9425

* #9410 update screenshots
novikov82 added a commit that referenced this issue Feb 10, 2025
* Mobile matrix footer - addRowLocation - top #9425
Fixed #9425

* #9410 update screenshots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant