You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
A nice to have feature is to be able to search by group.
Currently if you make us of "optionGroupPath", then only the results items are searchable ("optionValuePath")
I dont know coffeescript, but I solved that in my project by extending and overriding "matcher method", here is the snippet in pure JS:
Cool, I like this idea. Would definitely welcome a PR adding it.
Coffeescript vs JavaScript shouldn't really be an issue as they have essentially the same semantics, but we are tossing around the idea of rewriting in JS if you want to hold out for that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A nice to have feature is to be able to search by group.
Currently if you make us of "optionGroupPath", then only the results items are searchable ("optionValuePath")
I dont know coffeescript, but I solved that in my project by extending and overriding "matcher method", here is the snippet in pure JS:
The text was updated successfully, but these errors were encountered: