Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine Js support #48

Open
dullkingsman opened this issue Jan 12, 2024 · 0 comments
Open

Alpine Js support #48

dullkingsman opened this issue Jan 12, 2024 · 0 comments

Comments

@dullkingsman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant