json-forms icon indicating copy to clipboard operation
json-forms copied to clipboard

Is there a way to close off sections of the generated form?

Open gaitat opened this issue 6 years ago • 1 comments

Expand/Collapse type of functionality.

gaitat avatar Aug 31 '18 00:08 gaitat

.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; }

peeyush12345 avatar Jun 26 '23 19:06 peeyush12345