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
The way the nullable object works now isn't great. For instance, fields with choices don't work correctly inside a nullable object. Instead of 'hiding' the children we should defer creation and then build the children using the actual schema-form builder.
The text was updated successfully, but these errors were encountered:
The way the nullable object works now isn't great. For instance, fields with
choices
don't work correctly inside a nullable object. Instead of 'hiding' the children we should defer creation and then build the children using the actual schema-form builder.The text was updated successfully, but these errors were encountered: