x-model.debounce leads to undefined inside shadow root #2835
Unanswered
skurfuerst
asked this question in
5. Bugs
Replies: 0 comments
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.
-
Hey everybody,
I am maybe using AlpineJS a bit weirdly, initializing it inside a shadow root like the following way https://jsfiddle.net/ra15tbmv/ (as invented by #2825 ).
However, if I combine
x-model
withdebounce
, the value is changed toundefined
- and I don't know why yet...You can see a minimal example here:
It would be awesome if you had an idea what is going wrong here :)
All the best,
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions