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
I found myself building user forms with bare minimal schema like this,
{
"type": "object",
"properties": {"":""}
}
I think it is good to remove this requirement and allow users to build a form with only sf-form, it creates some new use cases and dynamic form play styles in angular.