Hi SurveyJS team,
In Survey Creator, I add a custom condition property for all questions by this code
TypeScriptSerializer.addProperty('question', {
name: 'condition1',
type: 'condition',
displayName: `Condition1`,
category: 'logic',
});
I setup the condition as the follow {question1} = 1
On changing the question name to question11
, the expression is not updated. It is observed that the built-in properties such as visibleIf
updates accordingly while the custom ones do not.
Do you have any ideas on this issue?
Library version: "@angular/core": "18.2.13"
, "survey-creator-angular": "1.10.5"
Thanks,
Le
Hi Le,
I managed to reproduce this issue using the most recent v1.12.28/v2.0.1: A custom condition property is not updated when an expression's question names are modified. We will research this issue and let you know once we have any news to share.