We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I click on "set date" of the datetime component, the form is being submit. The version of the quasar framework is "0.8.2".
The text was updated successfully, but these errors were encountered:
Will take a look later this evening. You shouldn't wrap with <form> in the first place though.
<form>
Sorry, something went wrong.
Oh yes, if I do not engage in one form, it works normally. In any case, thanks for the feedback my friend.
The <button> is interpreted as a form submitter. But we're using Vue, we don't need <form>s.
<button>
No branches or pull requests
When I click on "set date" of the datetime component, the form is being submit. The version of the quasar framework is "0.8.2".
The text was updated successfully, but these errors were encountered: