Valeur max fixé à 40 pour les champs autocomplete adminstrateur, mandataire, opposition
This commit is contained in:
parent
276d07e81e
commit
0df8ab13dd
@ -15,7 +15,8 @@ $(document).ready(function(){
|
||||
minChars: 3,
|
||||
cacheLength: 1,
|
||||
formatItem: formatItem,
|
||||
width: 400
|
||||
width: 400,
|
||||
max: 40,
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -15,7 +15,8 @@ $(document).ready(function(){
|
||||
minChars: 3,
|
||||
cacheLength: 1,
|
||||
formatItem: formatItem,
|
||||
width: 400
|
||||
width: 400,
|
||||
max: 40,
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -15,7 +15,8 @@ $(document).ready(function(){
|
||||
minChars: 3,
|
||||
cacheLength: 1,
|
||||
formatItem: formatItem,
|
||||
width: 400
|
||||
width: 400,
|
||||
max: 40,
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user