forked from DGNum/gestioCOF
fix search box
This commit is contained in:
parent
abce961d91
commit
2e3bd5bd7a
1 changed files with 2 additions and 1 deletions
|
@ -187,13 +187,14 @@ class AccountSearch {
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
this._$input.yourlabsAutocomplete({
|
this._$input.yourlabsAutocomplete({
|
||||||
url: Urls['kfet.account.search.autocomplete'],
|
url: Urls['kfet.account.search.autocomplete'](),
|
||||||
minimumCharacters: 2,
|
minimumCharacters: 2,
|
||||||
id: 'search_autocomplete',
|
id: 'search_autocomplete',
|
||||||
choiceSelector: '.choice',
|
choiceSelector: '.choice',
|
||||||
placeholder: "Chercher un utilisateur K-Fêt",
|
placeholder: "Chercher un utilisateur K-Fêt",
|
||||||
container: that._$results_container,
|
container: that._$results_container,
|
||||||
box: that._$results_container,
|
box: that._$results_container,
|
||||||
|
fixPosition: function() {},
|
||||||
});
|
});
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Reference in a new issue