I know Phoenix
provides some nice Railsy helpers that can be used in forms like:
text_input
number_input
date_select
- and
submit
but I can't find one for select
fields. I've been searching the Phoenix Docs, but couldn't find anything.
So my question is, is there a Phoenix helper
for select fields in forms?
I should've been searching the
Phoenix.HTML
Docs (Thanks to José for pointing this out!)The helper for
select
is:Examples: