Question T16043
Visible to All Users

Dropdown is not showing as expected

created a year ago (modified a year ago)

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]}]}]}
Comments (1)

    Hello,
    I created a demo based on the part of your survey JSON: View CodeSandbox.

    A matrix appears as expected:
    Clipboard-File-2.png
    Clipboard-File-1.png

    Please share a problematic demo which reproduces the issue.

    Thanks