MODX 3.1.2 template variables - Listbox (multi-select)

I created TV type Listbox (Multi-Select) and filed with options like this:

option1==<div class='strong'>Option1 <span>text</span></div>||
option2==<div class='strong'>Option2 <span>text</span></div>||
option3==<div class='strong'>Option3 <span>text</span></div>

When saving resource it writes into data base:

<div class=’strong’>Option1 <span>text</span></div>

But when I edit the resource this TV field is empty (can’t load that data) which makes erasing that data during next saving. I assume that <> tags might be the problem. Is there any solution or workaround?


I’ve seen a similar issue before:

My guess is that a change to “superboxselect.js” caused the problem.

Maybe open an issue about this on Github.