If a field of the select
type has no required
parameter, I'd assume that:
- the user has a choice to select no option for this field (e. g. a blank item), and
- if no value is supplied via a
GET
parameter, that this does not yield an error.
Yet at the moment, HTMLForm seems to demand otherwise.