Expected Behaviour
Select options which have markdown elements should render the same in the select as they would on the page.
Observed Behaviour
The whitespace is ignored. If you select the option then the markdown is rendered as expected in the select value.
Reproduction Steps
Form (XML or XLSX file):
Steps:
- Load a form with a select with a label like
Kipchunu **Dispensary**
- Open the select
Screenshots or Videos
Additional info
It's to do with the display: flex of the list item.
Expected Behaviour
Select options which have markdown elements should render the same in the select as they would on the page.
Observed Behaviour
The whitespace is ignored. If you select the option then the markdown is rendered as expected in the select value.
Reproduction Steps
Form (XML or XLSX file):
Steps:
Kipchunu **Dispensary**Screenshots or Videos
Additional info
It's to do with the
display: flexof the list item.