-
Notifications
You must be signed in to change notification settings - Fork 902
Closed
Labels
Milestone
Description
T18257 - default value not working in dynamic panel
https://surveyjs.answerdesk.io/internal/ticket/details/T18257
When a matrix has the titleLocation: "left", the title is overlapped and cut of. The problematic survey JSON:
{
"logoPosition": "right",
"pages": [
{
"name": "Journeys",
"elements": [
{
"type": "matrixdynamic",
"name": "question2",
"title": "Please enter some information",
"titleLocation": "left",
"columns": [
{
"name": "Column 2",
"cellType": "text"
},
{
"name": "Column 3",
"cellType": "radiogroup"
}
],
"choices": [
1,
2,
3,
4,
5
],
"rowCount": 0
}
]
}
],
"showQuestionNumbers": "off"
}
Reactions are currently unavailable
