We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug which version of ng-formworks:
which version of Angular:
which framework:
A clear and concise description of what the bug is.
To Reproduce
The playground appears to have problems loading the following schema:
{ "schema": { "type": "object", "properties": { "hasAudio": { "title": "Has audio", "type": "boolean" }, "speaker": { "title": "Speaker", "type": "object", "properties": { "mute": { "title": "Mute", "description": "Speaker is muted", "type": "boolean" }, "volume": { "title": "Volume *", "description": "Speaker volume (0% - 100%)", "type": "integer", "minimum": 0, "maximum": 100 } }, "condition": { "functionBody": "return model.hasAudio === true;" } } } } }
The playground example shows that the form is loading, but it never actually loads and the Input JSON Schema and Form Layout textarea is empty.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
It appears that this is just the case when the object has multiple properties. It loads fine, when the object has a single property.
Playground example
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
which version of ng-formworks:
which version of Angular:
which framework:
A clear and concise description of what the bug is.
To Reproduce
The playground appears to have problems loading the following schema:
The playground example shows that the form is loading, but it never actually loads and the Input JSON Schema and Form Layout textarea is empty.
Note: This issue only affects the playground, not the use of ng-formworks.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: