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!
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!
You need to add the event either awesomplete-select or awesomplete-selectcomplete
In regular Javascript
In Jquery