FormFieldOptions

Undocumented in source.

Members

Variables

isRequired
bool isRequired;

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

pattern
string pattern;

this is a regex pattern used to validate the field

placeholder
string placeholder;

this is displayed as an example to the user

Suggestion Box / Bug Report