Skip to content
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

Collapsable fields #5

Open
pkubiak opened this issue Jun 23, 2019 · 2 comments · May be fixed by #16
Open

Collapsable fields #5

pkubiak opened this issue Jun 23, 2019 · 2 comments · May be fixed by #16
Labels
enhancement New feature or request

Comments

@pkubiak
Copy link
Owner

pkubiak commented Jun 23, 2019

Some fields contain very long texts, we would like to collapse them by default.

@pkubiak pkubiak added the enhancement New feature or request label Jun 23, 2019
@pkubiak
Copy link
Owner Author

pkubiak commented Jun 25, 2019

It is possible to create field expandable on clicl:

<div onclick="this.style.maxHeight='none'" style="max-height:50px;overflow:hidden">
</div>

@pkubiak pkubiak changed the title Colapsable fields Collapsable fields Jun 25, 2019
@pkubiak
Copy link
Owner Author

pkubiak commented May 22, 2022

It is also possible using details and summary HTML tags

@pkubiak pkubiak linked a pull request May 22, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant