Accessing raw element for a node #761
dkulchenko
started this conversation in
Ideas
Replies: 1 comment
-
There aren't functions to get the dom elements, you can use native JS for this using |
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
-
Is there a way to access the raw DOM element for a node?
FormKit takes over the
ref=""
behavior from Vue which I would normally use to do so, and it doesn't look like there's any functions or fields on the FormKitnode
type that I could use to access the raw DOM element. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions