Hi Team,
For Radio group question type more info button is displaying in the new line
Modify Designer and Test Surveys | Creator Example for Angular (surveyjs.io)
JSON{
"logoPosition": "right",
"pages": [
{
"name": "page1",
"elements": [
{
"type": "radiogroup",
"name": "question1",
"popupDescription": "Test popup description",
"choices": [
"Item 1",
"Item 2",
"Item 3"
]
},
{
"type": "checkbox",
"name": "question2",
"popupDescription": "Our tech experts will guide you through all aspects of building your own form management system with SurveyJS.",
"choices": [
"Item 1",
"Item 2",
"Item 3"
]
}
]
}
]
}
For other question is was displaying correctly as below (for checkboxes type)
Could you please assist us to resolve this
Hello Santosh,
Thank you for bringing our attention to this behavior. I'm currently working on this issue. Please give me some additional time.