uiv-lib/uiv

Any Example of Filter Function for Multi-select?

Closed this issue · 1 comments

I have a use case for the multi-select where I need to filter on just the option label, but I can't seem to get the custom filtering to work. Do you have a working example of how the passed in function is supposed to look?

I've tried replicating what you are doing in the code for the default filter by filtering my options array by just the equivalent label field of my object but it isn't working.

I was able to figure it out