jeancroy / FuzzySearch

:mag: Fast autocomplete suggestion engine using approximate string matching
MIT License
194 stars 32 forks source link

Fix bug with plain string array sources #3

Closed mrkishi closed 7 years ago

mrkishi commented 7 years ago

This fixes the simple demo!

jeancroy commented 7 years ago

Hey thanks, not sure how I missed that one.

I was convinced that example was broken because type ahead changed their api. But it looks like a fault on my end.