Hi
I am just beginning and have been experimenting with validation in fields.
I had assumed that, as it was stated that the default for text fields was "required", and many in my database do not need to be, that I could script it out by saying "validators:required = false" for those that were NOT required, but this does not seem to work. How can I operate the Save if many fields are allowed to remain blank in my DB?