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 Jul 26, 2022. It is now read-only.
Even if I sort the data source, the suggestions are not displayed in alphabetical order.
Example Array
['Another Organization', 'Cool Organization']
Typing "Org" will display Cool Organization first. Is there any way to force the suggestions to display in alphabetical order? In this scenario, you would want to view the list alphabetically rather than relying on a higher fuzzy search score.
The text was updated successfully, but these errors were encountered:
I should note that the config option to help with this is disableSort. So you can't tell the component to alphabetize for you, but the component can respect whatever order you provide.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Even if I sort the data source, the suggestions are not displayed in alphabetical order.
Example Array
['Another Organization', 'Cool Organization']
Typing "Org" will display Cool Organization first. Is there any way to force the suggestions to display in alphabetical order? In this scenario, you would want to view the list alphabetically rather than relying on a higher fuzzy search score.
The text was updated successfully, but these errors were encountered: