mattyork / fuzzy

Filters a list based on a fuzzy string search
MIT License
831 stars 86 forks source link

Better integration with clients that aren't willing to use innerHTML #26

Open mattyork opened 8 years ago

mattyork commented 8 years ago

Right now fuzzy returns formatted string results like this:

"<b>t</b>est"

That doesn't work well with clients that don't insert into the DOM with innerHTML, like React. Need to find a better way

mattyork commented 8 years ago

Check out PR #17 for an example