Issue T10646
Visible to All Users

Panel titles not showing up while running the form

created 2 years ago

Good afternoon.

I have a SurveyJS form with a few panels that are collapsed at opening. See picture 5.

However, when I click on these, the titles show up as a dash (?) in stead of words. See picture 4. The picture refers to 'Charges (Fares, Tolls)' panel.

Is there something I am doing wrong in the way I am naming the panels (and the titles) ?

This seems to be happening with more than one panel. (And this probably was not the behavior when I started learning to use SurveyJS)

Thank you for your time.

Bharathi.

Show previous comments (3)

    Hello Bharathi,
    Thank you for sharing the JSON. This issue seems to occur because of the following setting: "titleLocation": "left". I forwarded it to the team for further research: https://github.com/surveyjs/survey-library/issues/4868.

    Please follow this thread for further information.

    In the meantime, you may wish to remove the "titleLocation": "left" attribute to display the title when expanding a panel.

    JSON
    "type": "matrixdropdown", "name": "charges", "state": "collapsed", "title": "Charges (Fares, Tolls)", "columns": [ { "name": "Choose", "cellType": "dropdown", "choices": [ "Yes", "No" ] }, { "name": "tripCharges", "title": "Round Trip Charge ($)", "cellType": "text", "visibleIf": "{row.Choose} = 'yes'\n", "inputType": "number" } ], "rows": [ { "value": "toll", "text": "Toll (Per Auto)" }, { "value": "bus", "text": "Bus (Per Person)" }, { "value": "airplane", "text": "Airplane (Per Person)" }, { "value": "limo", "text": "Airport Limousine or Taxi (Out of town only - Per Person)" }

    Clipboard-File-1.png
    The updated example.

    Regarding your recent question: I forwarded this suggestion to the team for further consideration.
    Expand/collapse the hierarchy/tree in the JSON Editor

    Thank you for your ideas!

    Please feel free to contact us if you have any questions or require further assistance.

      Hi Jane,

      I will try that suggestion.

      Thank you so much.

      Have a fantastic weekend.

      Bharathi.

        Thank you so much, you too!