PhilipSkinner / elemental-lowcode

Elemental lowcode development platform.
MIT License
113 stars 17 forks source link

Data types - required fields doesn't work #168

Open PhilipSkinner opened 2 years ago

PhilipSkinner commented 2 years ago

Marking fields as required/not required is not enforced within the API.

Attempting to save an item via the API with a field that is marked as required, when the field is null/undefined, should return a 400.