weboopl
September 23, 2025, 4:18pm
1
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:
There seems to be a problem with HTML (especially the characters < and >) in the “Dropdown List Options” of the Listbox (Multi-Select) TV.
Unfortunately, I couldn’t identify what the exact problem is in the code.
As a workaround, maybe try using a custom snippet to output the <img> tags, instead of putting the whole tag into the TV list options.
Also if possible, open an issue about this on Github .
My guess is that a change to “superboxselect.js” caused the problem.
Maybe open an issue about this on Github .