-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
I am trying to use Alpine JS for a bit of client-side interactivity and it has directives that use syntax that are not supported. I was able to bypass some of them, but there is no way around some of them. For example,
<input @click="...">
could be updated to work as
<input x-on:click="...">
but something like:
<input x-on:keyup.enter="...">
is not possible to include because of the .
and Alpine does not provide alternatives.
It would be great to provide support for this. Or maybe provide a way to escape illegal characters.
Metadata
Metadata
Assignees
Labels
No labels