Call autocomplete instead

This commit is contained in:
2017-03-22 18:28:53 -04:00
committed by GitHub
parent 66781f0625
commit 545960e676

View File

@@ -1,5 +1,6 @@
$(function() { $(function() {
$("input#issue_customer").on("change", function() { $("input#issue_customer").autocomplete({
source: function (request, response) {
$.ajax({ $.ajax({
url: "/filter_vehicles_by_customer", url: "/filter_vehicles_by_customer",
type: "GET", type: "GET",