Open bpardee opened 10 years ago
I'm having trouble with this particular use case as well -- I noticed in your case, though, that making the address field a value of 'data-fieldsets' seemed to solve the problem.
as of now this problem still persists, has anyone figured a way to address this ?, happens also with Objects, using fieldsets prints the WHOLE form again which is what we want
When you create a custom template that references a data-editor that is a NestedModel, it hoses up various input fields.
See http://jsfiddle.net/bpardee/zqXU3/1/
The text and select fields aren't rendered or the nested model fields. If you comment out the template option in the Form constructor or comment out the address field in the custom template then it works.