fix (components/widgets/input): Warning while loading delete user page#187
Merged
GMishx merged 1 commit intofossology:mainfrom Jun 13, 2022
Conversation
Contributor
Author
|
@sjha2048 @GMishx @Shruti3004 can you review the PR? |
GMishx
requested changes
Jun 1, 2022
6bdac2a to
e5814b6
Compare
This reverts commit 2bb1853.
e5814b6 to
c0a86e0
Compare
GMishx
approved these changes
Jun 13, 2022
Member
GMishx
left a comment
There was a problem hiding this comment.
Changes looks good. Needs test.
tiyasakundu
pushed a commit
to tiyasakundu/FOSSologyUI
that referenced
this pull request
Aug 28, 2025
report: coding period for week 12
sankshi
pushed a commit
to sankshi/FOSSologyUI
that referenced
this pull request
Nov 24, 2025
…ning-in-delete-user-page fix (components/widgets/input): Warning while loading delete user page Reviewed-by: mishra.gaurav@siemens.com Tested-by: mishra.gaurav@siemens.com
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR is in reference to the issue #167 . A warning in the console stated an error like below,
This occurs when we try to use
valueanddefaultValueprop inside a select tag simultaneously.Changes
The solution is to remove one of the
valueordefaultValueprop.Note: This PR also have the fixes for undefined value for currentGroup in local storage
This PR closes #167 .