WebCombobox ampersand how to show?

Whenever I put an ampersand into the WebCombobox it displays as “& amp;” without the space

If I put double && it displays as “& amp;& amp;” without the spaces

Are you using Xojo2020r2.1? Can you upgrade to Xojo2021r1? I think that will fix your problem.

If not, try using
<raw>&</raw>

Yes I am using 2021r1.
Using the tags “< raw > & < /raw >” without the spaces work perfectly. Thank you!