-
Notifications
You must be signed in to change notification settings - Fork 357
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
TD-Dynamic-Forms: ERROR Error: Cannot find control with name: 'el04' #624
Comments
so you are adding another element on the fly and it fails? |
yup - sorry if I wasn't clear |
Cool, no worries 😄 Just wanted to get all the info i could to understand the use case. |
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 6, 2017
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 11, 2017
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 20, 2017
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 24, 2017
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 25, 2017
…g runtime Refactored form controls to use FormArray API to add, edit, and remove controls. closes #624
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 25, 2017
At runtime, have the ability to dynamically add, edit, remove Form Controls closes #624
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 25, 2017
10 tasks
jerryorta-dev
pushed a commit
that referenced
this issue
Jul 25, 2017
This will be fixed in |
emoralesb05
pushed a commit
that referenced
this issue
Aug 9, 2017
* fix(dynamic-forms): #624 dynamically add, edit, remove Form Controls At runtime, have the ability to dynamically add, edit, remove Form Controls closes #624 * fix(dynamic-forms): #624 add validateDynamicElementName back * chore(): simplify code by adding/removing controls and forcing a manual update manual updates are great since checking if an array or its content has changes can be expensive in the long run, and most of the time not needed.. adding a refresh method gives the power to the developer to rerender the form if needed. * chore(dynamic-forms): load README.md and add refresh method to its API * feat(dynamic-forms): make flex width % configurable via element interface * feat(dynamic-forms): support OnPush change detection * feat(dynamic-forms): add demo to build your own form * fix(dynamic-forms): add small fix for times where the control is created a bit later * feat(dynamic-forms): add valid submit button to demo * chore(dynamic-forms): add comments to code * docs(dynamic-forms): new side-by-side pattern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG
Bug Report
I have a form that previews the forms as you build it. When I enter the first element I have no problem - but every subsequent entries after that have the error:
ERROR Error: Cannot find control with name: 'el04'
If I load the saved form it works fine - only seems to be a problem for adding on the fly.
What is the expected behavior?
to add controls without falling over
The text was updated successfully, but these errors were encountered: