I'm using jquery-select2 4.0.0 and I want to display a text containing an '&'.
This is the code of the option:
<option value="123">
123 - This & That
</option>
However, Select2 shows the following as the option text:
123 - This & That
How can I get Select2 to show the specialchar correctly?