-
Notifications
You must be signed in to change notification settings - Fork 86
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
Nested Array #9
Comments
I believe you're having the same issue as I am. |
Ty very much elbunuelo your fix solved part of my problems xD still i got another nice one now: OptimalBPM/angular-schema-form-dynamic-select#63 apart from the radio buttons inside of a nested array arent working properly also |
This should be fixed as per the merged issue. |
validateOnRender: true was not always firing
With the new version of the bootstrap decorator nested array dont work, the model stays unpopulated or populates de model with $$hashkey:object3243
i'm using a current schema like object.Array[].Array[].field.
i've tried to include the "default" bootstrap decorator from the angularjs schema form and it's working has expected but the problem with the old is that the destroy strategy isnt working properly in some situations.
The text was updated successfully, but these errors were encountered: