I know you can override the matcher function at runtime through the settings, but this really tripped me up when I was first used the demo page to see if this solution was viable. My first impression was that something was broken, as I typed in "lon" vs "Lon" on the London example.
return new RegExp(typed, 'i');
I know you can override the matcher function at runtime through the settings, but this really tripped me up when I was first used the demo page to see if this solution was viable. My first impression was that something was broken, as I typed in "lon" vs "Lon" on the London example.