ExEffectiveBootstrap v0.1.17 ExEffectiveBootstrap.Inputs View Source

Renders all the form inputs

Link to this section Summary

Functions

Displays a dismissable alert for this field if there is an error

Displays one dismissable alert for all errors of this form

Link to this section Functions

Link to this function

effective_input(form, arg2, field, opts)

View Source
effective_input(Phoenix.HTML.Form.t(), atom(), atom(), Keyword.t()) ::
  Phoenix.HTML.Safe.t()

Displays a dismissable alert for this field if there is an error

Displays one dismissable alert for all errors of this form

Link to this function

input(form, field, opts \\ [], list)

View Source