You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are generated schema automatically from java pojos using jackson libraries. in that library boolean values automatically get "required", which makes sense as in java this is a primitive and so cannot contain null.
Unfortunately, forms are now generating with a checkbox that only allows "true" as the value. This appears new as it did not occur in prior versions of angular-schema-form. Also, I don't believe this matches the schema where required would allow true or false but not null.