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

The displayValue('questionName', {row.colName}) exoression no longer … #9702

Merged
merged 2 commits into from
Apr 8, 2025

Conversation

andrewtelnov
Copy link
Member

…works and a selected choice's display text doesn't appear in a matrix cell fix #9699

…works and a selected choice's display text doesn't appear in a matrix cell fix #9699
@andrewtelnov andrewtelnov requested a review from Copilot April 6, 2025 09:42
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

packages/survey-core/src/question_checkbox.ts:70

  • [nitpick] Double-check that returning an empty array when valuePropertyName is set meets the intended dependency resolution logic, to avoid inadvertently skipping required dependencies.
protected getDependedQuestionsByValueName(isDependOn: boolean): Array<IQuestion> {

@tsv2013 tsv2013 merged commit 32f7cf3 into master Apr 8, 2025
5 checks passed
@tsv2013 tsv2013 deleted the bug/9699-checkbox-valuepopertyname-isready branch April 8, 2025 08:25
andrewtelnov added a commit that referenced this pull request Apr 8, 2025
#9702)

* The displayValue('questionName', {row.colName}) exoression no longer works and a selected choice's display text doesn't appear in a matrix cell fix #9699

* Update packages/survey-core/tests/question_matrixdynamictests.ts

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic Matrix: The displayValue('questionName', {row.colName}) expression no longer works
2 participants