Medallia Interview Question

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

Interview Answer

Anonymous

Dec 21, 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.