Hiding the bidding round input field.

This commit is contained in:
2026-02-14 14:47:35 +01:00
parent 2519560b03
commit b7ca842cc3

View File

@ -20,7 +20,7 @@ defmodule BeetRoundServerWeb.BiddingLive.Form do
</footer>
<% else %>
<.form for={@form} id="bidding-form" phx-change="validate" phx-submit="save">
<.input field={@form[:bidding_round]} type="number" label="Bidding round" />
<.input field={@form[:bidding_round]} type="number" readonly hidden />
<.input field={@form[:amount]} type="number" label="Amount" />
<.input field={@form[:depot_wish_one]} type="text" label="Depot wish one" />
<.input field={@form[:depot_wish_two]} type="text" label="Depot wish two" />