How can I create a dynamic dropdown, in which values are populated from a rest-web-service. As I keep on entering alphabets, a filtered list is returned from the web-service and is displayed in the dropdown? Basically a auto-complete feature, backed by a web-service.