a
This commit is contained in:
parent
80e915ae79
commit
889970736e
|
|
@ -108,6 +108,7 @@ inputField.addEventListener('input', function() {
|
||||||
|
|
||||||
// Soumission automatique du formulaire
|
// Soumission automatique du formulaire
|
||||||
inputField.addEventListener('change', function () {
|
inputField.addEventListener('change', function () {
|
||||||
|
alert(this.value.length);
|
||||||
if (this.value.length > 3) {
|
if (this.value.length > 3) {
|
||||||
const type = detectScanType(this.value);
|
const type = detectScanType(this.value);
|
||||||
const message = type === 'qr'
|
const message = type === 'qr'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user