|
@@ -80,7 +80,6 @@ export function autocomplete (inputField, path) {
|
|
|
|
|
|
input.addEventListener('input', (e) => {
|
|
input.addEventListener('input', (e) => {
|
|
const term = input.value.trim();
|
|
const term = input.value.trim();
|
|
- console.log(term)
|
|
|
|
|
|
|
|
if (term.length === 0) {
|
|
if (term.length === 0) {
|
|
// Ne pas envoyer de requête si le champ est vide
|
|
// Ne pas envoyer de requête si le champ est vide
|