Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Filter does not work in the demos with Chrome #300

Open
appernetic opened this issue Apr 1, 2018 · 0 comments
Open

Filter does not work in the demos with Chrome #300

appernetic opened this issue Apr 1, 2018 · 0 comments

Comments

@appernetic
Copy link

I tried the filter demo example.

I did not work with my Chrome browser on OSX. So I started to dissect the code in filters.html.

I ended up removing .toLowerCase() in the code on line 95:

return d.name.toLowerCase().indexOf(newVal) !== -1 || !newVal;

Now it works but you have to use upper and lowercase letters.

So if anyone else has problem to get the filter demo to work this could be the solution!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants