Pick a theme
Id for the select html tag
a form field struct retrieved from the form, for example: @form[:email]
The label for the select
Name of the select html tag
Set error state for select
Set disabled state
Set readonly state
Allow multiple selections
Other attributes of the Breadcrumbs
Size for select
CSS class for the hint element
Inner content
<%= Phoenix.HTML.Form.options_for_select([Italy: "Italy", Spain: "Spain", China: "China", Germany: "Germany"], "Italy") %>
Information or Error massage