Hello
I’ve got a searchable, select2 dropdown configured which presents rendered HTML to enable the inclusion of superscript and subscript characters on scientific values.
Example values:
- A
- A{sup}M{/sup} <- with angle brackets instead of braces, obviously
- S
Rendered as
- A
- AM
- S
When I expand the dropdown and type S, I would intuitively expect it to only show S, but the search control is searching within the HTML tags to includes AM.