We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I can't realize how to get parent of current node in walk()/match().
walk()/match()
My use case is following:
input
form
label
Currently I can find inputs with match(), but how do I check it has form parent?
match()