ember-select-2 issue while using type-ahead with Ajax Queries
问题 I'm using ember-select-2 as a typeahead in ember application.the problem is i can fetch the data from the server but the data isn't showing in dropdown.any help would be appreciated.Thanks in advance. {{select-2 placeholder="Choose from our many pizzas" value=chosenTypeaheadPizza typeaheadSearchingText="Searching pizzas" typeaheadNoMatchesText="No pizzas found for '%@'" typeaheadErrorText="Loading failed: %@" query="queryPizzas" }} and action handler is queryPizzas(query) { var self = this;