Display text in <option> elements is double escaped. #70
Closed
Description
There appears to be a bug where <option>text</option>;
is double escaped. For example plain <option value="4">#P000000004: Frozen > Strawberries > Whole</option>
after we apply selective is rendered as <div data-value="4" data-selectable="" class="option selected">#P000000004: Frozen &gt; Strawberries &gt; Whole</div>
; the &
is escaped again as &
.
Metadata
Assignees
Labels
No labels