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

Add v-on support to CForm #5

Open
eduards-amped opened this issue Feb 28, 2022 · 1 comment
Open

Add v-on support to CForm #5

eduards-amped opened this issue Feb 28, 2022 · 1 comment

Comments

@eduards-amped
Copy link

For example, this works:
<form @submit.prevent="onSubmit">

But this does not:
<CForm @submit.prevent="onSubmit">

@mrholek
Copy link
Member

mrholek commented Mar 2, 2022

@eduards-amped I will check

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

2 participants