kdaveed / thesisBackup

0 stars 0 forks source link

Make forms consider required or optional field #1

Open kdaveed opened 7 years ago

kdaveed commented 7 years ago

The default is that each field is required. If their descriptor contains the field optional : "true" then it

{
   minCardinality : "2",
   maxCardinality : "0",   //This means distinct
}

is optional. It would be grate as well to be able to set cardinalities.