Victor
Results
2
comments of
Victor
I've created PR because I faced the same issue recently
In your case issue is happening because you defined an event as ```e``` and then using it as ```event```. This code should work for you: ```` $("#mainSearchInput").on("awesomplete-selectcomplete", function(e){ sendTags(e.text.value); });...