You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a labelRenderer that adds HTML, causes the markSearchResults feature to mark text maching DOM elements. That is, if you search for something that matches it, e.g. "class", that also happens to match an option.
I looked in the code, and the marking does indeed operate on the label generated by the labelRenderer.
Having a
labelRenderer
that adds HTML, causes themarkSearchResults
feature to mark text maching DOM elements. That is, if you search for something that matches it, e.g. "class", that also happens to match an option.I looked in the code, and the marking does indeed operate on the label generated by the
labelRenderer
.The text was updated successfully, but these errors were encountered: