9
Views
0
Comments
[Expenses] Km calculation
Question
expenses
Web icon
Forge asset by Labs
Hi

How can I make the autocomplete functionality working  when calculating the distance?
It seams there's an error here:

hookAutoComplete('$" + OriginInput.Id + "');
hookAutoComplete('$" + DestinationInput.Id + "');
If I remove the '$'  it works but there's another error saying that autocomplete is not a function.
I have tried to Import jquery using the AddJavascriptTag but is not working....
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.