-
Notifications
You must be signed in to change notification settings - Fork 167
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
Generate form with collapsible pannel #144
Comments
<style>
.collapsible {
background-color: #f9f9f9;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
Group 1
Content of Group 1 Group 2
Content of Group 2 |
<style>
/* Hide the default checkbox */
input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 16px;
height: 16px;
border: 1px solid #ccc;
outline: none;
transition: all 0.3s;
}
Option 2 Option 3 |
saicheck2233
pushed a commit
to saicheck2233/json-forms
that referenced
this issue
Jul 2, 2023
saicheck2233
added a commit
to saicheck2233/json-forms
that referenced
this issue
Jul 11, 2023
Issue#130 and brutusin#144: Add collapsible form support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a json file which contains different data, which is logically separated , so I need to group them in collapsible pannel.
Is there any solution for this.
And One more thing is that, can we create html with use defined id.
The text was updated successfully, but these errors were encountered: