questions: [
{
"type": "radiogroup",
"hasOther": true,
"isRequired": true,
"name": "favoritePet",
"title": "What is your favorite pet  ?",
"choices": [
{
"value": "dog",
"text": "Dog: "
}, {
"value": "cat",
"text": "Cat: "
}, {
"value": "parrot",
"text": "Parrot "
}
]
}
]
无法在 hasOther 中添加图标,在文档中它显示了选项中显示的图标,但未显示如何在其他(描述)选项中添加图标。 https://www.surveyjs.io/Examples/Library/?id=survey-markdown-radiogroup