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
In the app.component.ts the private property model is declared but is never used in the template <sf-form></sf-form>. However the example works with default values, how is it possible ?
The text was updated successfully, but these errors were encountered:
In fact there was a bug in the app.component.html and the samplemodel.json:
the App component was not using the model AND the model was buggy (it did not respect the schema structure). So the example was not displaying the default values provided by the model. ea91613 should fix this !
In the app.component.ts the private property model is declared but is never used in the template
<sf-form></sf-form>
. However the example works with default values, how is it possible ?The text was updated successfully, but these errors were encountered: