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

Matrices doesn't work correctly if a column visibleIf returns false for all rows #7613

Closed
andrewtelnov opened this issue Dec 31, 2023 · 0 comments · Fixed by #7614
Closed
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@andrewtelnov
Copy link
Member

The following JSON doesn't work correctly:

{
   "textUpdateMode": "onTyping",
   "elements": [
    {
     "type": "matrixdynamic",
     "name": "q1",
     "columns": [
      {
       "name": "col1",
       "cellType": "text"
      },
      {
       "name": "col2",
       "cellType": "text"
      },
      {
       "name": "col3",
       "cellType": "expression",
       "visibleIf": "false"
      }
     ]
    }
   ]
}

On entering any symbol is a cell the focus is lost from the cell.

@andrewtelnov andrewtelnov added bug user issue An issue or bug reported by users labels Dec 31, 2023
@andrewtelnov andrewtelnov added this to the v1.9.124 milestone Dec 31, 2023
@andrewtelnov andrewtelnov self-assigned this Dec 31, 2023
@andrewtelnov andrewtelnov changed the title Marices doesn't work correctly if a column visibleIf returns false for all rows Matrices doesn't work correctly if a column visibleIf returns false for all rows Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant