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

Filter does not work in the demos with Chrome #300

@ghost

Description

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions