Hello,
I get this error when opening the survey Form with using matrix (multiple choices) with cell type single Input.
(see the attached ScreenShot)
Thanks
Hello,
I get this error when opening the survey Form with using matrix (multiple choices) with cell type single Input.
(see the attached ScreenShot)
Thanks
Hello,
thank you so much for responding me , my problem is displayed only on prod mode , on dev mode it works successfully but when i build my angular app the survey form is not displaying and it displays this error on console (see screenshot) (it can probably due to the default value in matrix multiple choice when i delete default value it works ).
Thanks
Hm,
There is no any matrix question in your JSON.
Do you have a code that creates the matrix or you use another JSON?
Thank you,
Andrew
SurveyJS Team
Hello,
the component is matrixdropdown:
JavaScript{
"type": "matrixdropdown",
"name": "matrixe1",
"useDisplayValuesInTitle": false,
"visibleIf": "{CotisationEmp} = 'Base' and {Regime} = 'Regime general'",
"width": "600 px",
"minWidth": "600 px",
"maxWidth": "600 px",
"title": "TARIF DES REGIMES COLLECTIFS FACULTATIFS (exprimés en pourcentage du PMSS)",
"hideNumber": true,
"defaultValue": {
Yes, you are right. Unfortunately, I was not be able to reproduce the issue.
Thank you,
Andrew
SurveyJS Team
Hello,
Can you share a minimal live example illustrating the issue and the exact steps to reproduce it?
Thanks, Serge
SurveyJS Team
Here is the working example. Feel free to fork it and modify as you need to reproduce the issue.
Thank you,
Andrew
SurveyJS Team
Hello,
i couldn't reproduce exactly the issue but there is my Json and the problem appear in the final survey Form and not on the creator .
https://plnkr.co/edit/WWqBxhpCgj7OTmSq?preview
i set a default value for the matrix (multiple choice) but the default value is not displayed.
Thanks
Hello,
You are using very old version of SurveyJS Library:
It is not even the first official release that we introduced four years ago.
Could you please upgrade to the latest version? The current version is 1.9.4.
In fact, it is another library. We have made so many changes since that.
Your Survey JSONs will continue to work.
Thank you,
Andrew
SurveyJS Team