surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.01k stars 782 forks source link

Dynamic Matrix: The `keyName` property doesn't work for questions in the detail section #8288

Closed andrewtelnov closed 1 month ago

andrewtelnov commented 1 month ago

We have isUnique property for a matrix column and the keyName property which was implemented before isUnique property. After that we have introduced the detail panel for the matrices. However, if you set the "keyName" to the question name of the question from detail panel template, matrix will not report any errors about duplication values in this question.