Generate an HTML select.
Generate an HTML select.
Example:
@select(field = myForm("isDone"), options = options(List("Yes","No")))
The form field.
Sequence of options as pairs of value and HTML.
Set of extra attributes (_default is a special argument).
The field constructor.