Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Strip html tags from search #54

Closed
kfbishop opened this issue Feb 15, 2016 · 1 comment
Closed

Strip html tags from search #54

kfbishop opened this issue Feb 15, 2016 · 1 comment

Comments

@kfbishop
Copy link
Contributor

I'm trying to use HTML-rich strings in my "text" elements as shown:
image

But, when search for a value (ie "blue"), then results content are invalid, as shown:
image

I should have "blue 10" through "blue 100", but for some yet to be debugged reason, it only shows every other entry. I'm thinking that the string filtering is getting confused.

My "text" entries are as such:

`<colorbox style='background-color:${c.hex};'></colorbox> ${c.name} (${c.hex})`
@kfbishop
Copy link
Contributor Author

hmm... doesn't appear to be the html messing it up. I'm still getting alternating values when just using "blue 10" through "blue 100", like the second image show. Very odd.

Note: This is addressed in issue #56

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant