optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

HTML Tags appear in Search Results #107

Closed Joseph-Gage closed 5 years ago

Joseph-Gage commented 6 years ago

When there is HTML in my items which I put in the dropdown, the HTML is highlighted in search results. I implemented a search callback to not consider HTML when matching but if the rest of the item matches a search term then if the HTML also contains that search term it shows up.

capture

gastondisacco commented 5 years ago

Hello, I'm experiencing the same issue, any workarounds / suggestions about it? Thanks!

optimistex commented 5 years ago

@Joseph-Gage @gastondisacco Hello! Try to do it as in the example: https://optimistex.github.io/ngx-select-ex/ image