Skip to content

Commit

Permalink
fix: params cached in autocomplete module
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Oct 2, 2020
1 parent 7545951 commit caa8c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/src/modules/autocomplete.js
Expand Up @@ -49,7 +49,10 @@ define('autocomplete', function () {
});
response(names);
}

$('.ui-autocomplete a').attr('data-ajaxify', 'false');
delete params.query;
delete params.paginate;
});
},
});
Expand Down

0 comments on commit caa8c00

Please sign in to comment.