Hi Team,
I gave custom Required text in a span to make the * look in red color , to make this work I have used showdown converter.
Everything's fine in normal resolution, but when the screen is squeezed below 600 x * , the markdown isn't working, its appearing as <span> element, please find the attachments.
I have created a plunker , please find it here: < https://plnkr.co/edit/IqH108yFkMd5dQZQ8bBe?p=preview >
Regards,
Akhil.
Hello,
Matrix questions are transformed via CSS rules for low-resolution screens. This approach doesn't allow us to apply markdown to column headers. We need to discuss this issue with the team. I'll update this thread immediately.
Thanks, Serge
SurveyJS Team
Hello,
We discussed this issue internally. Unfortunately currently implemented responsive design for matrix uses
content: attr(headers)
CSS attribute that treats table header content as a string. That's why you see the HTML text instead of rendered HTML in spite of it is processed with markdown. Correct fix of this issue will require to implement completely different rendering for matrixes on small resolutions. It requires rather large amount of work.For a while we can recommend you not to use markdown for column headers.
Thanks, Serge
SurveyJS Team