Filtering by notEquals raises "TypeError: Cannot read property 'equals' of undefined" #3388
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
[x ] bug report
[ ] feature request
[ ] support request
Plunkr Case (Bug Reports)
http://plnkr.co/edit/ko1TUjDqwi98UtnMx7Tt
Current behavior
It is impossible to filter with filterMatchMode set to notEquals. Trying just raise an error due to trying to access equals of an undefined this.
Expected behavior
Filter the data table and show only rows not matching the value.
Minimal reproduction of the problem with instructions
Choose a value from the dropdown and look at the console.
Angular version: 4.1.3
PrimeNG version: 4.1.0
The text was updated successfully, but these errors were encountered: