x-on:mouseenter event not working after DOM element deleted using Livewire. #703
johncarter-
started this conversation in
4. General
Replies: 1 comment 7 replies
-
@johncarter- have you tried using CSS for the hover styles?
You could conditionally output these classes using Blade as well, with either |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, I'm not sure if this is a Livewire or Alpine issue, so sorry if I need to clear off.
x-on:mouseenter
event attached to them.wire:click
).x-on:mouseenter
fails to work on the subsequent grid elements.Explainer of issue: https://youtu.be/e6hPF5PFMC8
Code:
Beta Was this translation helpful? Give feedback.
All reactions