-
Notifications
You must be signed in to change notification settings - Fork 273
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
MultiComboBox - Adding customizable search function #799
Comments
Check if it makes sense to allow the user to control this externally without adding a new function property. |
Can this feature support auto-complete? It will we nice it supports auto-complete and allow custom values to add. |
Hello all, Is the following API OK for you:
After that you can listen for Build in filters will be the following: |
Buildin filters are - StartsWithPerTerm - StartsWith - Contains - None FIXES: #799
Hi @MapTo0 looks good to me. Thanks a lot! |
Build-in filters are - StartsWithPerTerm - StartsWith - Contains - None Users can now set filter to None and filter when input event is fired FIXES: #799
Build-in filters are - StartsWithPerTerm - StartsWith - Contains - None Users can now set filter to None and filter when input event is fired FIXES: SAP#799
Build-in filters are - StartsWithPerTerm - StartsWith - Contains - None Users can now set filter to None and filter when input event is fired FIXES: #799
Describe the solution you'd like
Right now the MultiComboBox has a default search that implements the startsWith function.
It would be great to have an opportunity to add a custom search functions (e.g. contains, ignore case, etc.).
The text was updated successfully, but these errors were encountered: