Skip to content

Conversation

@samussiah
Copy link
Contributor

Issues

Closes #249

@samussiah samussiah added this to the v1.11.7 milestone Dec 18, 2019
@samussiah samussiah requested a review from jwildfire December 18, 2019 03:21
@samussiah samussiah changed the base branch from master to dev-v1.11.7 December 18, 2019 03:23
: e.val instanceof Array
? e.val.indexOf(d[e.col]) > -1
: d[e.col] === e.val;
: d[e.col] + '' === e.val.toString() + '';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samussiah why is this explicitly casted here but not elsewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Falsey filter values are removed from the dropdown.

3 participants