Skip to content

Commit

Permalink
Remove badge number history that shows up under the badge input field
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER committed Aug 3, 2024
1 parent c7545e0 commit 7fe8b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/lanpartyseating_web/components/selfsign_modal.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
/>
Expand Down
1 change: 1 addition & 0 deletions lib/lanpartyseating_web/live/autoassign_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
/>
Expand Down

0 comments on commit 7fe8b75

Please sign in to comment.