-
Notifications
You must be signed in to change notification settings - Fork 4.7k
chore: external merge request from Contributor #36473
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
Closed
rahulbarwal
wants to merge
15
commits into
release
from
external-contri/fix/bug-icon-disappears-when-data-type-as-number-and-position-is-right-in-phone-input-widget-35549
Closed
Changes from 2 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1c0001d
fix:icon align when datatype is of image
saiprabhu-dandanayak e762b63
Merge remote-tracking branch 'contributor-fork/fix/bug-icon-disappear…
rahulbarwal 4022d4d
fix:linting errors
saiprabhu-dandanayak 296dc0a
Merge branch 'fix/bug-icon-disappears-when-data-type-as-number-and-po…
rahulbarwal 4dbd69b
fix:removed explict rightElement variable
saiprabhu-dandanayak d2eb841
Merge branch 'fix/bug-icon-disappears-when-data-type-as-number-and-po…
rahulbarwal caa89b1
feat : added unit testcases
saiprabhu-dandanayak 58809a9
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
rahulbarwal f7256b8
Merge branch 'fix/bug-icon-disappears-when-data-type-as-number-and-po…
rahulbarwal 1c27c16
fix:linting issues
saiprabhu-dandanayak 0c0dd62
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
rahulbarwal e424922
Merge branch 'fix/bug-icon-disappears-when-data-type-as-number-and-po…
rahulbarwal 8f08342
fix:pretteir check
saiprabhu-dandanayak e791adf
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
rahulbarwal 96e9284
Merge branch 'fix/bug-icon-disappears-when-data-type-as-number-and-po…
rahulbarwal 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 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
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.
Tip
Codebase Verification
Ensure
rightElementConsistency Across All Input ComponentsIt appears that
rightElementis utilized in multiple input components, includingMultiSelectWidgetV2,SingleSelectTreeWidget,MultiSelectTreeWidget, andInputWidget. Please verify that the icon alignment changes applied to the numeric input are consistently implemented across all these input types to maintain uniform behavior throughout the application.Analysis chain
Pop quiz time! Let's think about our other input types.
You've done a great job fixing the icon alignment for numeric inputs. But remember, in our class, we have many types of inputs. Can you show me how this change affects other input types?
Let's do a little homework to make sure our fix works for all input types:
After running these tests, please review the results and ensure that the icon alignment is consistent across all input types. If not, consider applying a similar fix to other input type implementations.
Also applies to: 574-574
Great effort on running the initial checks! It looks like
rgdidn't recognize thetypescriptfile type. Let's adjust our approach to ensure we cover all TypeScript files properly.Please run the following scripts to verify the
rightElementusage across all input types:Once you've executed these scripts, please share the results so we can ensure that the icon alignment is consistently applied across all input types. This will help maintain the reliability and uniformity of our component.
Let's refine our approach to ensure we effectively check the
rightElementusage across all input types.Please run the following scripts to accurately target
.tsand.tsxfiles without relying on the--typeflag:Once you've executed these scripts, please share the results so we can ensure that the icon alignment is consistently applied across all input types. This adjustment will help maintain the reliability and uniformity of our component.
Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 534
Script:
Length of output: 628
Script:
Length of output: 1986