this.$refs
doesn't have any DOM-Elements anymore
#2113
Unanswered
fschoenfeldt
asked this question in
5. Bugs
Replies: 1 comment 6 replies
-
That still doesn't work, does it? Or is there another possibility to get element reference inside Alpine.data()? |
Beta Was this translation helpful? Give feedback.
6 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.
-
Discussed in #2097
Originally posted by fschoenfeldt September 21, 2021
So far, I was able to use
this.$refs
to get a key-value object of DOM-Elements:Expected Output
Something along the lines of
Actual
After 3.3.4, I get something like a an empty "Proxy" (?)
Beta Was this translation helpful? Give feedback.
All reactions