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

Add support for collapsible form element container #51

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dontub
Copy link
Contributor

@dontub dontub commented Aug 5, 2024

Allow to mark a FormElementContainer as closeable. In a Drupal form it results in a details element.

systopia-reference: 25909

@dontub dontub added enhancement New feature or request status:needs review Code needs review and testing. labels Aug 5, 2024
@dontub dontub requested a review from jensschuppe August 5, 2024 07:55
Copy link
Contributor

@jensschuppe jensschuppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer the term collapsible over closeable (which is actually just a variant of closable) and I think the meaning is slightly different. closable refers to something being physically shut or sealed, while collapsible refers to something being folded together. Also, collapsible is what Drupal called this functionality before replacing it with the upstream details element.

@dontub dontub force-pushed the closeable-form-element-container branch from 3511912 to a0139ad Compare August 9, 2024 12:49
@dontub dontub changed the title Add support for closeable form element container Add support for collapsible form element container Aug 9, 2024
@dontub
Copy link
Contributor Author

dontub commented Aug 9, 2024

It's now collapsible instead of closable.

@dontub dontub requested a review from jensschuppe August 9, 2024 12:50
@dontub dontub merged commit 2fc3146 into master Aug 12, 2024
7 of 9 checks passed
@dontub dontub deleted the closeable-form-element-container branch August 12, 2024 09:02
@dontub dontub added status:fixed The issue has been resolved (usually by committing/merging code). and removed status:needs review Code needs review and testing. labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:fixed The issue has been resolved (usually by committing/merging code).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants