James Inman

Results 1 issues of James Inman

I have a JSON endpoint that's returning data in the following format: ``` [{ id: 1, name: "Bob" }] ``` And I'm using the following code: ```javascript window.addEventListener("awesomplete-selectcomplete", function(e) {...