Nested Array
mpina83 opened this issue · 3 comments
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.
I believe you're having the same issue as I am.
Here's the issue I created in the main Schema Form since the problem lays in the new array builder (json-schema-form/angular-schema-form#590). In the issue I detailed a solution that (kind of) works and I'm waiting for an answer from the developers.
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.