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
Hi, you are problably using the custom component I've send you, right?
you are right that missing entity handling is not present, you can add an else branch and display an error message or whatever
if (entity) {
currentEntity.connectEntityAtField(field, entity)
} else {
// do stuff
}
You are right that defaultValue for dynamic selects is currently silently omitted. It is in our internal backlog and defaultValue will be supported someday.
Hi,
Let me simplify my problem.
I have this schema.
Then I have this simple form
This will not throw any error and also not "preselect" Category with id
62522664-1681-49a8-85c9-21998ef4158c
.The text was updated successfully, but these errors were encountered: