-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Remove button class disabled and css for disabled button #4337
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4337 +/- ##
==========================================
- Coverage 30.2% 30.16% -0.04%
==========================================
Files 209 209
Lines 16776 16776
Branches 2245 2245
==========================================
- Hits 5067 5061 -6
- Misses 11519 11525 +6
Partials 190 190
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #4337 +/- ##
==========================================
- Coverage 30.2% 30.16% -0.04%
==========================================
Files 209 209
Lines 16776 16776
Branches 2245 2245
==========================================
- Hits 5067 5061 -6
- Misses 11519 11525 +6
Partials 190 190
Continue to review full report at Codecov.
|
the button should only be disabled if the validation fails. this just removes the disabled button in all cases.. |
@owocki I have only removed the |
thanks; how did you test? i noticed you left out the 'Testing' section of the template... |
I ran the tests already written but haven't written any new tests for this. Rest was mostly manual. |
ok so you tested the validation working + not working states on gitcoin.co/new on your local @shad-k ? @danlipert @thelostone-mc code LGTM; let me know what u think |
@owocki yes |
LGTM 🙌 |
Description
Removed the addClass('disabled') for button and css for button:disabled selector.
Refers/Fixes
Fixes #4315