-
-
Notifications
You must be signed in to change notification settings - Fork 994
Avoid post-filtering #79
Copy link
Copy link
Closed
Labels
Description
Hi!
I'm using vue-multiselect to match a number of options via Ajax (loving it so far!)
Even though we set the options propertly, we found that if the search string typed in the select is not present in the actual "label" property, the field is not displayed.
It looks like vue-multiselect is running additional string matching filters after we set the options.
Is it possible to disable the post filters so we display everything that comes back via Ajax?
Thanks!
Reactions are currently unavailable