Update the input type to textarea for the description field.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -21,7 +21,7 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.FormComponent do
|
||||
<.input field={@form[:avatar_url]} type="text" label="Cover image url" />
|
||||
<.input
|
||||
field={@form[:description]}
|
||||
type="text"
|
||||
type="textarea"
|
||||
label="Description"
|
||||
/>
|
||||
<.input
|
||||
@@ -35,7 +35,7 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.FormComponent do
|
||||
<.input field={@form[:avatar_url]} type="text" label="Cover image url" />
|
||||
<.input
|
||||
field={@form[:description]}
|
||||
type="text"
|
||||
type="textarea"
|
||||
label="Description"
|
||||
/>
|
||||
<.input
|
||||
|
||||
@@ -22,7 +22,7 @@ defmodule DecentralisedBookIndexWeb.BookLive.FormComponent do
|
||||
<.input field={@form[:cover_image_url]} type="text" label="Cover image url" />
|
||||
<.input
|
||||
field={@form[:description]}
|
||||
type="text"
|
||||
type="textarea"
|
||||
label="Description"
|
||||
/>
|
||||
<.bids_inputs form={@form} myself={@myself} />
|
||||
|
||||
Reference in New Issue
Block a user