Hi @aliask , thanks for that nice plugin.
I've seen in your exemple the following code :
$('input').on('keyup blur', function() {
$(this).parent().find(".output").html($(this).parent().find("select").val());
});
but is there a way to trigger action when clicking a proposed entry ? I've tried a few thing but was not able to get the wanted result.
Thanks !
Hi @aliask , thanks for that nice plugin.
I've seen in your exemple the following code :
but is there a way to trigger action when clicking a proposed entry ? I've tried a few thing but was not able to get the wanted result.
Thanks !