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
@refack Yeah, editable: false is broken for Array fields too. For array fields with a inner schema containing a ref, it still shows the field and then wipes out all the embedded ObjectIds on save.
I added
model.formage = {
formageExclude: ['field1', 'field2']
}
The fields are still retrieved in the form.
The text was updated successfully, but these errors were encountered: