views.html.helper
Generate an HTML select.
Example:
@select(field = myForm("isDone"), options = options("Yes","No"))
The form field.
Set of extra attributes.
The field constructor.
Generate an HTML select.
Example: