-
Notifications
You must be signed in to change notification settings - Fork 177
array showing only first item #195
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
Comments
looks like following solved the issue. changed to: |
It is indeed a bug which I couldn't solved by changing the lines. The module just cut off all the other data. I do not get any error in the console. What I figured out so far, is that |
Here is at least the issue I had with it. I have an asnychronous call to get the form data. The initial state was an empty object. After receiving the data, the form just stays in its current structure. That is connected to the I fixed it for me by not rendering the form at all in the beginning. |
only first element is being displayed, console error:
ERROR TypeError: Cannot read property 'name' of undefined
at checkBindingNoChanges (core.js:9912)
at checkNoChangesNodeInline (core.js:13965)
at checkNoChangesNode (core.js:13935)
at debugCheckNoChangesNode (core.js:14764)
at debugCheckDirectivesFn (core.js:14666)
at Object.eval [as updateDirectives] (ConfigComponent.html:2)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:14648)
at checkNoChangesView (core.js:13773)
at callViewAction (core.js:14126)
at execEmbeddedViewsAction (core.js:14104)
Schema looks like following for array:
data
The text was updated successfully, but these errors were encountered: