Replies: 1 comment
-
|
Love the idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature:
A
FormKitNodeelement has theat(),find()and thewalk()functions to walk through the subtree and find a particular node. For going upwards and searching there are only theparentandrootproperties.However, I'm missing a function to walk up the tree until a node matches some condition.
I would like to have some function like
findUpward()to find a node which is located up the tree of the current node.Beta Was this translation helpful? Give feedback.
All reactions