encoding breaks alpinejs handler on mailto link
-
something like this:
<a @mouseenter=”show = true” href=”mailto: … ” …. >
will be converted to:
<a 0=”@mouseenter=” show”=”” 1=”=” 2=”true” “=”” href=”javascript:;” …>
And it would be nice to have the possibility to exclude certain links / mail addresses etc.
PS: nice plugin, I’m using it on every of my customers sites!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘encoding breaks alpinejs handler on mailto link’ is closed to new replies.