json-forms
json-forms copied to clipboard
Is there a way to close off sections of the generated form?
Expand/Collapse type of functionality.
.collapsible { background-color: #ddd; color: #333; cursor: pointer; padding: 10px; border: none; text-align: left; width: 100%; }
.collapsible.active { background-color: #555; color: #fff; }
.content { display: none; padding: 10px; }