ExEffectiveBootstrap v0.1.13 ExEffectiveBootstrap.Inputs View Source
Renders all the form inputs
Link to this section Summary
Link to this section Functions
Link to this function
effective_input(form, arg2, field, opts)
View Sourceeffective_input(Phoenix.HTML.Form.t(), atom(), atom(), Keyword.t()) :: Phoenix.HTML.Safe.t()
Link to this function
input(form, field)
View Sourceinput(Phoenix.HTML.Form.t(), atom()) :: Phoenix.HTML.Safe.t()
Link to this function
input(form, field, opts)
View Sourceinput(Phoenix.HTML.Form.t(), atom(), Keyword.t()) :: Phoenix.HTML.Safe.t()
Link to this function
input(form, field, opts \\ [], list)
View Sourceinput( Phoenix.HTML.Form.t(), atom(), Keyword.t() | nil, {:do, Phoenix.HTML.Safe.t()} ) :: Phoenix.HTML.Safe.t()