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

Changing matrix dropdown/dynamic choices doesn't change choices in columns #2715

Closed
andrewtelnov opened this issue Mar 16, 2021 · 0 comments
Closed
Labels
Milestone

Comments

@andrewtelnov
Copy link
Member

We do not update column's choices on changing matrix choices property when cell questions use the default choices from matrix and do not have their own choices.

The following code will not update cells questions choices property and as result UI.

matrix.choices.push(new Survey.ItemValue("newItem"));
matrix.choices[0].value = "newValue";
matrix.choices[1].text= "my text";

We should change the cells questions choices immediately.

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

No branches or pull requests

1 participant