-
Notifications
You must be signed in to change notification settings - Fork 665
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
Bug: Searching 'India' in country selection is not working as expected #11290
Comments
@rithviknishad @Jacobjeevan I would like to work on it, if it is valid |
Please describe the root cause of the issue and how you are planning to solve this? The ETA should be said based on that! |
It is due to the return type of Flag Component. In it we are passing country name which contains all the countries. So when we are rendering flag component and giving it title as countryName , it is showing this behaviour. Since it is necessary to give the title to the component, we can give it country code as a title. It is working fine when we are passing country code as title.🤔 Still trying to find why this is happening. EDIT: Root cause is scrolling. Scroller moves at the last of the list. Screen.Recording.2025-03-14.at.1.32.19.PM.mov |
@rithviknishad Can i get it assigned as I have solved it. Screen.Recording.2025-03-14.at.6.44.40.PM.mov |
that's just fixing some side effect of some other problem. the root cause is not solved yet. why does it scroll to the bottom in the first place? |
Describe the bug
When we search for India in country selection , it is not working as expected. It is working fine for others.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When we search for India, it should appear at first.
Screenshots
Screen.Recording.2025-03-14.at.8.42.07.AM.mov
🚨 DO NOT EDIT BELOW THIS LINE 🚨
Instructions for Requesting Assignment:
To request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:
Describe your solution clearly:
Provide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.
Expected Timeline:
Additional Context:
Include any other relevant context, links, screenshots, or resources that support your proposed solution.
The text was updated successfully, but these errors were encountered: