Hi -
What I want: A dropdown that loads all of a user's local contacts; but when user types to filter it searches a larger directory at a different endpoint.
I like the initial loading of a user's local list. It makes selecting quick and easy and you don't have to type to find people you normally search for.
Problem: If a user wants someone who is not on their list they have to hit a different endpoint to search the directory.
I'm currently using Select2, which is awesome. But I can't find any component that'll support this. They all support getting data via ajax but not working with 2 different endpoints.
Anyone have any ideas? All responses are appreciated!