FormFieldOptions.isRequired

must the field be filled in? Even with a regex, it can be submitted blank if this is false.

struct FormFieldOptions
bool isRequired;
Suggestion Box / Bug Report