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
-
Feature:
A
FormKitNode
element has theat()
,find()
and thewalk()
functions to walk through the subtree and find a particular node. For going upwards and searching there are only theparent
androot
properties.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