Hello SurveyJs
There is a problem with the Matrix-Dropdown that appears ";nbsp&"
ِAlso, There is a problem with the Dropdown,If you zoom in and click on the answers, a white screen appears,and getting out of it is difficult.
Kind Regards,
Amro
Hello SurveyJs
There is a problem with the Matrix-Dropdown that appears ";nbsp&"
ِAlso, There is a problem with the Dropdown,If you zoom in and click on the answers, a white screen appears,and getting out of it is difficult.
Kind Regards,
Amro
Hello Amro,
The issue with ";nbsp&" is weird. Does it renders correctly on desktop? Do you use our markdown functionality?
SurveyJS renders title text as it is. You need to use markdown to render title as html.
Thank you,
Andrew
SurveyJS Team
Yes, it is used and added,
and the strange thing is that nothing appears on the desktop,
and there are no spaces, and this is part of the JSON file:
JSON{
"title": "test",
"logoPosition": "right",
"pages": [
{
"name": "الصفحة5",
"elements": [
{
"type": "panel",
"name": "اللوحة4",
"elements": [
{
"type": "matrixdropdown",
"name": "Q2",
"title": "Q2) في المتوسط، كم عدد المرات التي تأكل فيها كل من منتجات المأكولات البحرية التالية في الشهر؟ إذا لم تتوفر، الرجاء إدخال صفر.",
"description": "\nيجب على المستجيب إدخال قيمة من 0-90 للمتابعة",
"hideNumber": true,
"isRequired": true,
"alternateRows": true,
"columns": [
{
"name": "عمود 1",
"title": "متوسط الإستهلاك الشهري ",
"cellType": "text",
"isRequired": true,
"inputMask": "decimal",
"inputType": "number",
"min": 0,
"max": 90
}
],
"choices": [
1,
2,
3,
4,
5
],
"keyDuplicationError": "يجب أن تكون هذه القيمة اقل او تساوي 90 .",
"cellType": "text",
"rows": [
{
"value": "1",
"text": "أسماك طازجة"
}
]
}
]
}
]
}
],
}
Hello Armo,
Could you please create a plunker or CodeSandbox example to reproduce the issue?
I have just tried our markdown examples on mobile and they are working as expected.
Thank you,
Andrew
SurveyJS Team