Bug
Question description is not showing when questionTitleLocation is set to left
That the description is showed as it is on the online editor
See url
Tested page URL: https://surveyjs-angular5-example-gh771-gkh98b.stackblitz.io
Test code
{
"pages":[
{
"name":"page1",
"questionTitleLocation":"left",
"elements":[
{
"type":"panel",
"name":"questionPanel1",
"title":"Panel Title",
"elements":[
{
"type":"rating",
"name":"question1",
"title":"Q1 Ttile",
"description":"Q1 Description",
"isRequired":true,
"rateValues":[
{
"value":1,
"text":"True"
},
{
"value":0,
"text":"False"
}
]
}
]
},
{
"type":"radiogroup",
"choices":[
"item1",
"item2"
],
"colCount":"0",
"description":"radiogroup Description",
"name":"question1"
}
]
}
]
}
Thanks, I will fix it. The bug is only in react, jquery and angular
fix will available in the next release, I hope it will be today
Awesome !
Verified working :)