Topic on Talk:HTMLForm

Non-mandatory "select" fields

1
Tim.landscheidt (talkcontribs)

If a field of the select type has no required parameter, I'd assume that:

  1. the user has a choice to select no option for this field (e. g. a blank item), and
  2. 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.

Reply to "Non-mandatory "select" fields"