-
Notifications
You must be signed in to change notification settings - Fork 38
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
Recursive Expand Parents #127
Comments
Hi @sashokbg, I think that this feature (even though not exactly) may be achieved by using the current API. Expand-collapse has the following API function: |
Hello @hasanbalci, thank you for your answer. (Written in typescript)
If you think such a function can be beneficial for the project, I can create a PR. |
This is a feature proposal:
Context
Currently there is a very useful function that allows to recursively expand a node and its descendants (children) - expandRecursively()
Proposal
Create a function similar to expandRecursively() called expandParentsRecursively() and that works in the other direction i.e. taking a child and expanding its parents until no more parents are available.
This function can be useful when trying to locate a "hidden" element that is a child of a collapsed combo.
Please let me know what you think and I will try to create a proposal Pull Request
The text was updated successfully, but these errors were encountered: