From 7fb839eddf518ce3f331f2130a69c93e98bf310a Mon Sep 17 00:00:00 2001 From: 7ute Date: Thu, 30 Apr 2020 08:49:59 +0200 Subject: [PATCH] Ajout de l'autofill pour le champ "lieunaissance" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout d'un [autofill-scope](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-scope) au champ de saisie du lieu de naissance, pour éviter la re-saisie à chaque changement de page. --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index b52fdaf..002496d 100644 --- a/src/index.html +++ b/src/index.html @@ -128,7 +128,7 @@

Remplissez en ligne votre attestation numérique :

id="field-lieunaissance" name="lieunaissance" aria-invalid="false" - autocomplete="off" + autocomplete="section-birthplace address-level2" placeholder="Lyon" required >