-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Disabled Button is not clickable after being enabled #480
Comments
Hey @StorytellerCZ 👋, Thank you for opening an issue. We'll get back to you as soon as we can. If you use Reakit at work, you can also ask your company to sponsor us ❤️. |
|
It's indeed a bug. Working on a fix. We can reproduce it by rendering a |
Thanks for the fix! I found it at 1 in the morning so sorry for the report not being a better quality. |
No worries! Thanks for reporting it! I'll cut a release today or tomorrow at the most. |
Thanks! I'm in a pitch, because if I go back to beta.9 I run into another error in my app that has been fixed in beta.10. 😅 |
It's been released as |
🐛 Bug report
Current behavior
When having a Button with
type="submit"
in a form renders the form unsubmitable. Can't trigger the submit action from input fields nor clicking at the submit button.Steps to reproduce the bug
Expected behavior
Button with input
type="submit"
should submit the form it is part of.Possible solutions
Not really sure. Just noticed this today (2019-11-07) after upgrading to beta.10 (from beta.9). The only suspicious thing I can find in the changelog is #474, but that looks pretty innocent to me.
Environment
The text was updated successfully, but these errors were encountered: