-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
fix:retained input reference on x icon click #36268
fix:retained input reference on x icon click #36268
Conversation
WalkthroughThe changes in this pull request enhance user interaction by adding focus functionality to input elements when clear buttons are clicked across various components. Specifically, the Changes
Possibly related PRs
Suggested labels
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
@appsmithorg/query-js-pod , Please add reviewer for this pr if you have enough bandwidth. |
Assigned @rahulbarwal @jacquesikot from Widgets team for review. cc: @carinanfonseca |
Hi @jacquesikot , could you pls review this pr , pls let me know any changes needs to be done. |
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
Hi @jacquesikot , could you pls review this pr , pls let me know any changes needs to be done. dute to inactivity pr got stale labelled. |
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.
Missing tests. Please add tests(unit, preferably) for these changes.
1b27fc6
to
087206f
Compare
@saiprabhu-dandanayak quality checks are failing, please fix them: https://github.com/appsmithorg/appsmith/actions/runs/11046247172/job/30685240765?pr=36553 You can run the failing commands on your local to confirm if the issue has been fixed. |
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.
CI is still failing 😞 : https://github.com/appsmithorg/appsmith/actions/runs/11065536238/job/30745146672?pr=36553
Please check.
One more thing, lets not name our test file index.test.tsx
: this does not tell me anything about the tests.
…smith into fix/retaining-input-reference
Hey @saiprabhu-dandanayak, All three commands are failing on your latest changes:
here is a sample run: https://app.warp.dev/block/Hwm6Md43BhO2h02LSBQTx8 Can you try all three commands in your local and get back when they succeed? |
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
This PR has been closed because of inactivity. |
Hey @saiprabhu-dandanayak are you still working on this PR - have you been able to address the issues @rahulbarwal mentioned? |
Description
Fixes : #18536
I have raised this pr in-order to retain the cursor position inside the search field when clicking on the
x
icon .Screenshots
Table
SingleSelectTree
MultiTreeSelect
MultiSelect
Summary by CodeRabbit
New Features
Bug Fixes
Documentation