autocomplete-light. Can any one help me. I want to show button 'add' if autocomplite return nothing (Object does not exists yet). Where can I check what get autocomplite from back-end.
Something like this
$('#myauto_field').yourlabsAutocomplete({
fetch: function() { //Override fetch function
//call fetch from jQuery
//get data and see is it empty or note. If empty show button.
}
})
Thank you very much.