Added left and right icons for the open state of a section, and a headerOpen parameter for more flexibility. - #63
Open
JaseElder wants to merge 4 commits into
Open
Added left and right icons for the open state of a section, and a headerOpen parameter for more flexibility.#63JaseElder wants to merge 4 commits into
JaseElder wants to merge 4 commits into
Conversation
… to add more flexibility. headerOpen is the widget to show when row is open. rightIconOpen is the Icon to show when row is open.
…n the viewable window won't scroll its contents up to be viewable.
Author
|
Any movement on this? |
Owner
|
No, sorry. On Jul 25, 2024, at 17:12, Jason Elder ***@***.***> wrote:
Any movement on this?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Author
|
What about now :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've added
leftIconOpenandrightIconOpento bothAccordionSectionandAccordionto enable displaying alternative icons when a section is open.I've also added a
headerOpenparameter toAccordionSectionto enable an alternative header when the section is opened. My requirement was to display a long title with an ellipsis if the section is closed, and the full title if it is opened.All parameters are optional, so it's a non-breaking change.