You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
questionnaire.item.text can contain HTML e.g. to bold the text. If that item fails validation, item.text will be displayed in the validation error dialog when user tries to submit. The HTML however, is shown raw, not rendered. It doesn't look good.
Component
SDC library
To Reproduce
Steps to reproduce the behavior:
Have item.text contain <b>TEXT</b>
Have that item fails validation
Try to submit the form
See validation error dialog showing the raw HTML
Expected behavior
2 options:
Render the HTML
Somehow remove the HTML from item.text
Screenshots
Smartphone (please complete the following information):
Device: [e.g. Pixel4a emulator]
Android version: [e.g. Settings -> About phone -> Android version]
Build number: [e.g. Settings -> About phone -> Build number]
Version [e.g. 22]
Additional context
N/A
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
questionnaire.item.text can contain HTML e.g. to bold the text. If that item fails validation, item.text will be displayed in the validation error dialog when user tries to submit. The HTML however, is shown raw, not rendered. It doesn't look good.
Component
SDC library
To Reproduce
Steps to reproduce the behavior:
<b>TEXT</b>
Expected behavior
2 options:
Screenshots
Smartphone (please complete the following information):
Additional context
N/A
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: