Hiding the bidding round input field.
This commit is contained in:
@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user