-
-
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] - Dropdown
closes on scroll even with shouldCloseOnScroll: false
#4325
Comments
seems introduced from #4288 |
@wingkwong When I tried to reproduce it on the document page, I saw that https://nextui.org/docs/components/dropdown#dropdown-props listed |
There is no such prop called
What it means is you can use those props from |
But the Dropdown storybook is missing popover related props too, no options to control when previewing. |
It seems that this issue already occurs with |
Dropdown
is always closed when scrollingDropdown
closes on scroll even with shouldCloseOnScroll: false
Please create a separate issue for problems that are not related to this one. |
I'm using 2.6.5, it's work. https://github.com/AnYiEE/touhou-mystia-izakaya-assistant/blob/master/package.json#L78 |
That's a strange. I tried it with 2.6.5, but it doesn't work. Could you create a minimal reproduction? It would help us resolve the issue faster. |
NextUI Version
2.6.7/2.6.8
Describe the bug
Upgrading from 2.6.5 to the above two versions, when setting
shouldBlockScroll
tofalse
, theDropdown
will close when scrolling, even ifshouldCloseOnScroll
is set tofalse
.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Set
shouldBlockScroll
tofalse
, setshouldCloseOnScroll
tofalse
.Expected behavior
The
Dropdown
will not be closed when scrolling.Screenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: