I'm getting this phantom element in the multi-select dropdown. I can't figure out where it's coming from. When I try to inspect using Chrome developer tools, the control updates when the mouse is clicked, so I lose the markup.
Any ideas on what this could be?
UPDATE: I was able to put a breakpoint in and nailed it down to this CSS:
.e-checkbox:before {
content: "\e90b";
}