You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: