Form fields can be optional. It would be nice to have them as `Option[FIELDTYPE]` in the `Datamodel`, but still use `FieldDescriptor`s of type `FIELDTYPE`.
Form fields can be optional.
It would be nice to have them as
Option[FIELDTYPE]in theDatamodel, but still useFieldDescriptors of typeFIELDTYPE.