-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Labels
Milestone
Description
Enhancement
As a developer, I want to be able to hide/show some fields of my form by using collapse or accordion. I tried it in this way: I created a checkbox and styled it to look like a button. And using condition to hide/show fields.
Expected behaviour
I expected it to work.
Actual behaviour
It actually validating the checkbox. And if it's in false, the form doesn't care about the hidden elements. But if the checkbox is true, it validates.
I want to find some way or use something to hide/show fields and validate the hidden fields too.
Can anybody help me how can I use something like a bootstrap collapse/accordion?
@json-schema-form/angular-schema-form-lead