Pick a theme
Informative hint
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
Other attributes of the Breadcrumbs
CSS class for the hint element
Inner content
Information or Error massage
<%= Phoenix.HTML.Form.options_for_select(%{Italy: "Italy", Spain: "Spain", China: "China", Germany: "Germany"}, "Italy") %> <:hint> <.icon name="info" data-testid="inset-select-icon" /> Informative hint</:hint>