Open
Description
I have some entities with dozens of fields, I would like to be able to open/close or show/hide groups of fields with a click. I tried to do it with cssClasses, but since the cssClasses are applied to the input field and not the div that wraps the entire field, the labels are not hidden. I know I can define a complete template for my field, but I don't want to do that for the large number and all the types of fields I have.
I'm open to other ideas as well, I'm more of a Java developer and know enough jQuery to do damage...angular is currently frustrating me in many ways :)