diff --git a/Vue/Rechercheparcarte/index.php b/Vue/Rechercheparcarte/index.php index e640d22..9180353 100755 --- a/Vue/Rechercheparcarte/index.php +++ b/Vue/Rechercheparcarte/index.php @@ -108,6 +108,7 @@ inputField.addEventListener('input', function() { // Soumission automatique du formulaire inputField.addEventListener('change', function () { + alert(this.value.length); if (this.value.length > 3) { const type = detectScanType(this.value); const message = type === 'qr'