You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
Ngx-pipes version: 2.5.1
Current behavior
When an number array is filtered with the strict option active, it only returns when the array has only that value.
Expected behavior
I think that when filtering a list of objects through an array property of numbers, even using the strict option active, it should return in case one of the indexes of that array has the search value.
I'm submitting a ...
Current behavior
When an number array is filtered with the strict option active, it only returns when the array has only that value.
Expected behavior
I think that when filtering a list of objects through an array property of numbers, even using the strict option active, it should return in case one of the indexes of that array has the search value.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-i7xlcu?file=src%2Fapp%2Fapp.component.html
The text was updated successfully, but these errors were encountered: