-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Buttons stop working in 1.0.8 #321
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously working buttons stopped functioning after upgrading to 1.0.8.
For example we have a simple login form with a
<button type="submit">Login</button>
style interface which no longer submits the form. It looks like something is probably widely preventingDefault() but haven't had a chance to track it down yet.The text was updated successfully, but these errors were encountered: