Medallia interview question

Create an autcomplete plugin using any library or framework. The suggestions come from a web service provided.

Interview Answer

Anonymous

21 Dec 2016

I used AngularJS. I created a directive that rendered a text input and a ul with each option. I used a container/component pattern.