ionic2: How to display the selected result in the search bar when using ion searchbar with REST API?
问题 I want to create a dropdown list with searchbar with the list containing data from a REST API. Initially in the searchbar I created I could just select the item but couldn't display that in the searchbar. I want the selected item to be displayed in the searchbar.How can I display that selected item. I need to display it because I'm building a cascading dropdown list where the input of the first list is served to the second list. I'll be thankful if someone can provide me the code by putting