Description
Description
Description:
While the PropertyFilter component allows specifying a custom operator in the API, there is currently no proper support for displaying custom operators in the UI. Only the built-in operators (<, <=, >, >=, :, !:, =, !=, ^) are shown in the operator dropdown, and custom operators are not visible or selectable by users.
Use case:
We have a requirement to use custom filter operators (for example, "contains any", "matches regex", or domain-specific operators) in the PropertyFilter. Although the API technically allows specifying a custom operator, it is not possible for users to select or view these custom operators in the UI, which limits the usefulness of this feature.
Benefit:
Adding full UI support for custom operators would make the PropertyFilter component much more flexible and allow developers to provide a better filtering experience tailored to their application's needs.
Request:
Please add support for displaying and selecting custom operators in the PropertyFilter UI, so that any operator defined in the API can be used seamlessly by end users.
Code of Conduct
- I agree to follow this project's Code of Conduct
- I checked the current issues for duplicate requests