From 7fe8b75c2c1d9e225503b0e54c21b64f046c0858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre-Xavier=20Labont=C3=A9-Lamoureux?= Date: Sat, 3 Aug 2024 01:20:35 -0400 Subject: [PATCH] Remove badge number history that shows up under the badge input field --- lib/lanpartyseating_web/components/selfsign_modal.ex | 1 + lib/lanpartyseating_web/live/autoassign_live.ex | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/lanpartyseating_web/components/selfsign_modal.ex b/lib/lanpartyseating_web/components/selfsign_modal.ex index 4b9755f..e2965af 100644 --- a/lib/lanpartyseating_web/components/selfsign_modal.ex +++ b/lib/lanpartyseating_web/components/selfsign_modal.ex @@ -47,6 +47,7 @@ defmodule SelfSignModalComponent do placeholder="Badge number / Numéro de badge" class="w-full max-w-xs input input-bordered" name="uid" + autocomplete="off" autofocus /> diff --git a/lib/lanpartyseating_web/live/autoassign_live.ex b/lib/lanpartyseating_web/live/autoassign_live.ex index b135f3e..50a7cfb 100644 --- a/lib/lanpartyseating_web/live/autoassign_live.ex +++ b/lib/lanpartyseating_web/live/autoassign_live.ex @@ -50,6 +50,7 @@ defmodule LanpartyseatingWeb.AutoAssignLive do placeholder="Badge number" class="w-full max-w-xs input input-bordered" name="uid" + autocomplete="off" autofocus />