Awesomplete - get selected text

Viewed 4495

Is there a straightforward way to get the text in an awesomplete field (https://leaverou.github.io/awesomplete/)?

var input = document.getElementById("inputlist");
alert(input.value);

shows NaN!

1 Answers
Related