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 />