Hi,
Is it possible to change the result ordering?
e.g Currently its alphabetically so if you had typed in "bo" you get the following

However is it possible to change this? to return by relevancy?
e.g If you search "bo" it would show all of the results that start with "bo" rather than alphabetically?
Does this make sense - sorry hard to explain.
Thanks
Hey! I believe this should be possible if you disable the internalSearch prop and filter the results yourself using the @search event. If the options array is sorted by relevance, this is how it will show inside the multiselect.
Please see the async search in the docs for an example.
Most helpful comment
Hey! I believe this should be possible if you disable the
internalSearchprop and filter the results yourself using the@searchevent. If theoptionsarray is sorted by relevance, this is how it will show inside the multiselect.Please see the async search in the docs for an example.