Skip to content
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

Would be great if there was an easy way to hide/show a group of fields on a clic #1283

Open
jbrownD3 opened this issue Dec 28, 2016 · 1 comment

Comments

@jbrownD3
Copy link

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 :)

@Phocea
Copy link
Contributor

Phocea commented Jan 4, 2017

Being a java developper myself, I feel your pain @jbrownD3 :)

You can have a look a different approach to achieve this:
#657
#978 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants