ForageWeb.ForageView.forage_static_select

You're seeing just the function forage_static_select, go back to ForageWeb.ForageView module for more information.
Link to this function

forage_static_select(form, field, opts \\ [])

Widget to select multiple external resources using the Javascript Select2 widget.

Parameters:

  • form (t:Phoenix.Html.Form.t/0) - the form
  • field (atom)

Options:

  • :foreign_key (optional) - The name of the foreign key (as a string or an atom). If this is not supplied it will default to "#{field}_id"