-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] - Select opens and closes instantly when clicking on the label #3558
Comments
can ref to |
@wingkwong can u assign this to me? i solved it. Need to raise pr |
@wingkwong i have one question do i need to run test and build to the specific component that i made changes or whole? cause during build of whole project got error but not while doing on specific component that i made changes on! |
@sohan01fw of course all test cases have to be passed. If some that you haven't changed fail, then some underlying logic may be changed. You may double check. |
@sohan01fw if so, then probably it's related to your local environment rather than your PR. Can yo make a PR so that it could run in github actions to see if the errors are still there? |
During QA testing on the service, this problem was discovered. I hope it gets resolved quickly. |
Perhaps there is some sort of fix that can be used now before the PR merged? |
@wingkwong I notice that you have rolled back the associated PR. |
@abhinav700 yep. thanks for the catch. |
@wingkwong Ok. I will begin investigating the issue. Will update if I find something. Right now I am looking into |
@wingkwong It seems like I cannot reproduce this issue on my local machine, even though I have synced my branch and pulled the changes. Maybe it is fixed in some other PR which was not referencing this issue using a Screencast.2024-09-24.12.02.21.mp4 |
just checked. the only i rolled back is 3658, not 3568, which just mentioned by coderabbit only. |
@wingkwong ok. |
NextUI Version
2.4.62.4.8Describe the bug
Just upgraded to the latest version and now my Selects are not behaving properly. When I click on the label of a Select it used to Open and allow user to select an option. Now it opens and instantly closes. I see it is also happening on your Docs website.
Your Example Website or App
https://nextui.org/docs/components/select
Steps to Reproduce the Bug or Issue
Expected behavior
When you click on the Label it should remain open.
Screenshots or Videos
Screen.Recording.2024-07-25.at.16.59.31.mov
Operating System Version
MacOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: