-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IgxCombo: ability to filter multiple fields #9884
Comments
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
@Lipata Hi, is there any update on this? |
Hi, @Timmeeeey. For me, it is always better to have a custom filter function. I can initiate an internal discussion, which will need to clarify that and after that, we will discuss when we can start working on that. Regarding your last scenario - when you are having a remote filter, why do you need to have client one? Can you share an example in order to investigate further? |
@Lipata If I want to have a search input I have to set |
Is your feature request related to a problem? Please describe.
If you have a IgxCombo with a complex object you can only search one property.
see https://www.infragistics.com/products/ignite-ui-angular/angular/components/combo-templates#angular-combo-templates-example
In the example Combo the fields 'state' and 'region' are displayed but you can only search for 'state'.
Describe the solution you'd like
How about adding a property
searchFields
where you can specify all fields to search like['state', 'region']
.Describe alternatives you've considered
An alternatve solution would be to let the programmer customize the search with
[customFilter]="true"
and a(filter)
event.The text was updated successfully, but these errors were encountered: