Hi,
After upgrading my Survey JS library to version 1.9.120, the dropdowns are no longer displaying as expected. Clicking on any dropdown results in a broken view, illustrated in the image below. Any assistance on this issue would be greatly appreciated. Thank you.
JSON:
JSON{"pages":[{"name":"page1","elements":[{"type":"matrixdynamic","name":"question1","columns":[{"name":"Column1","cellType":"dropdown"},{"name":"Column2","cellType":"dropdown"]},{"name":"Column3"}],"choices":[1,2,3,4,5]}]}]}
Hello,
I created a demo based on the part of your survey JSON: View CodeSandbox.
A matrix appears as expected:
Please share a problematic demo which reproduces the issue.
Thanks