Add price and filter homepage
This commit is contained in:
@@ -21,6 +21,7 @@ defmodule WishWeb.ItemLive.FormComponent do
|
||||
>
|
||||
<.input field={@form[:title]} type="text" label="Title" />
|
||||
<.input field={@form[:description]} type="text" label="Description" />
|
||||
<.input field={@form[:price]} type="number" min="0" step="any" label="Price" />
|
||||
<.input field={@form[:url]} type="text" label="Url" />
|
||||
<.input field={@form[:image_url]} type="text" label="Image URL" />
|
||||
<.input field={@form[:desire]} type="number" label="Desire" />
|
||||
|
||||
Reference in New Issue
Block a user