-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a99d8d6
commit 310544a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
310544a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like an issue to most of primeng user. After that change a table filter event will encapsulate value and matchMode in an Array. I think a lot of people will cause this pain. Is there a good reason for that tremendous change?
310544a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that this approach makes it possible to apply multiple filters to the same field, considering the inherent complexity, in which the field can be both an object and an array. Therefore, implementation requires special attention to adequately cover both scenarios.
310544a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that's the intend here. But even if you just got a simple value it will be encapsulated in an array.