-
Notifications
You must be signed in to change notification settings - Fork 32
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
Paragon form component deprecations #843
Closed
Closed
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
df61345
refactor: removed paragon Form deprecations from BlackboardIntegratio…
abdullahwaheed b948bf8
refactor: removed paragon Form deprecations from CanvasIntegrationCon…
abdullahwaheed 8da2621
refactor: removed paragon Form deprecations from CornerstoneIntegrati…
abdullahwaheed 6c7853e
refactor: removed paragon Form deprecations from DegreedIntegrationCo…
abdullahwaheed 2caa05a
refactor: removed paragon Form deprecations from MoodleIntegrationCon…
abdullahwaheed c3c430b
refactor: removed paragon Form deprecations from SuccessFactorsIntegr…
abdullahwaheed 6b621c6
refactor: removed paragon ValidationFormGroup deprecations from Redux…
abdullahwaheed ff8f0f0
refactor: removed paragon Form deprecations from EmailDeliveryMethodForm
abdullahwaheed bc8b770
refactor: removed paragon Form deprecations from ReportingConfigForm
abdullahwaheed e038ded
refactor: removed paragon Form deprecations from SFTPDeliveryMethodForm
abdullahwaheed ba08746
fix: issue of multiple field name
abdullahwaheed f5c8082
refactor: removed paragon Form deprecations from SamlConfiguration
abdullahwaheed a575f68
refactor: removed paragon Form deprecations from SamlProviderConfigForm
abdullahwaheed 858510e
refactor: removed paragon Form deprecations from SamlProviderDataForm
abdullahwaheed 33c45a7
refactor: removed paragon Form deprecations from FileInput
abdullahwaheed 679c2d7
refactor: updated unit test
abdullahwaheed 215d771
fix: fixed remaining tests
abdullahwaheed c31c27f
Merge branch 'master' of github.com:openedx/frontend-app-admin-portal…
abdullahwaheed e216afd
refactor: updated checkbox component as suggested
abdullahwaheed 787ea42
refactor: removed redundant htmlFor attributes
abdullahwaheed b6d88d9
refactor: removed redundant id attribute for form controls with contr…
abdullahwaheed 66063a3
refactor: removed remaining id attribute for form controls with contr…
abdullahwaheed 6332f49
refactor: changes based on PR suggestions
abdullahwaheed 175b41b
fix: updated snapshots
abdullahwaheed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[curious] Why not use the default icon that
Form.Control.Feedback
uses versus overriding the default invalid icon? Same question applies to all uses ofForm.Control.Feedback
that passes an<Error />
. BecauseisInvalid
is passed to the top-levelForm.Group
, the default icon thatForm.Control.Feedback
uses should be the correct icon already.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previously it was using Error icon, so to make it consistent with previous design i had added this