-
Notifications
You must be signed in to change notification settings - Fork 148
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
Feat/forms button improvements #822
Feat/forms button improvements #822
Conversation
Quality Gate failedFailed conditions |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #822 +/- ##
===========================================
- Coverage 39.55% 39.49% -0.07%
===========================================
Files 216 217 +1
Lines 9205 9225 +20
Branches 2732 2738 +6
===========================================
+ Hits 3641 3643 +2
- Misses 5503 5521 +18
Partials 61 61 ☔ View full report in Codecov by Sentry. |
Can you please check the code duplication and if you can add testing for this new behaviour in Cypress? Thank you so much for contributing to the project! |
Quality Gate failedFailed conditions |
Disable forms button until all the necessary parameters are provided.
Description
This pull request introduces a modification to the forms functionality, specifically targeting the submit button. The primary change ensures that the submit button remains disabled until all the necessary parameters are provided by the user. This enhancement is essential for improving the user experience and preventing incomplete form submissions.
Changes Made
Screenshots
Actual Behaviour:
New Behaviour:
NOTICE
The program was tested solely for our own use cases, which might differ from yours.
Author Info: Monish monish.nandakumaran@mercedes-benz.com on behalf of Mercedes-Benz Research and Development India
https://github.com/mercedes-benz/mercedes-benz-foss/blob/master/PROVIDER_INFORMATION.md
Sample JSON:
movieDisableFormButton.json
Signed off: Monish monish.nandakumaran@mercedes-benz.com