-
Notifications
You must be signed in to change notification settings - Fork 612
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
Disabling exact match and automatic sorting #16881
Comments
Can't you simply override the |
Unfortunately making sort non-functional for an array of objects is not quite possible:
So |
Related #16771 and Lea's comment #16771 (comment) |
There is a way around this bug -- add a key to your object that indicates sorting order and sort on it. |
For what it's worth, if you comment out |
For people that can't wait till 1.1.2 is released: aMyArray = ['a', 'aa', 'abc']; |
There might be a common case to disable displaying only exact matches and removing auto-sorting (sorting before I'm passing the list to awesomplete).
I think the library should have a feature to disable both of these functionalities.
The text was updated successfully, but these errors were encountered: