From 3fdbdc7bcbc96509d69d7a26ba11bdfe9d1cb1d0 Mon Sep 17 00:00:00 2001 From: Andrew Telnov Date: Mon, 16 Sep 2024 23:07:56 +0300 Subject: [PATCH] Fix creator master, run cells conditions after set the visible rows --- .../survey-core/src/question_matrixdropdownbase.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/survey-core/src/question_matrixdropdownbase.ts b/packages/survey-core/src/question_matrixdropdownbase.ts index ee42a1ff29..0edec25957 100644 --- a/packages/survey-core/src/question_matrixdropdownbase.ts +++ b/packages/survey-core/src/question_matrixdropdownbase.ts @@ -1714,18 +1714,18 @@ export class QuestionMatrixDropdownModelBase extends QuestionMatrixBaseModel this.onMatrixRowCreated(row)); - if (this.data) { - this.runCellsCondition( - this.data.getFilteredValues(), - this.data.getFilteredProperties() - ); - } if(!!this.generatedVisibleRows) { this.updateValueOnRowsGeneration(this.generatedVisibleRows); this.updateIsAnswered();