Replies: 1 comment 3 replies
-
I have the exact same issue. Is this possible, @huntabyte? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
I'm trying to get a reference to the HTML button when using the
Button
component.If I were to use a native
button
I'd simplybind:this={buttonRef}
to get access to a reference to my HTML button.I wasn't able to achieve this using the
Button
component, any ideas ?Beta Was this translation helpful? Give feedback.
All reactions