-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Replace form building components with Dynamic Form Controls #16
Comments
udos86/ng-dynamic-forms#762 (comment)
|
|
Our plan for reference fields requires this: udos86/ng-dynamic-forms#928 |
Also see: udos86/ng-dynamic-forms#749 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plan is to try and use
ng-dynamic-forms
library to generate forms to edit data based on the schema files in the adapter repositories. This will replace the current custom code that generates different forms usingngSwitchCase
and the YAML schema files in this repo.In order to achieve this we will leverage some of the more advanced features of the
ng-dynamic-forms
library. In particular, we will need autocomplete, custom form controls, and custom templates.Some issues linked here to help in this task:
udos86/ng-dynamic-forms#928
udos86/ng-dynamic-forms#810
udos86/ng-dynamic-forms#933
There may also be an issue using the JSON form models with custom form controls. This needs to be investigated further.
The text was updated successfully, but these errors were encountered: