-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
When there are multiple "select" up and down, the "option" is blocked by down "select" #1655
Comments
You could put a link to some fiddle so we can test and see this error in practice. |
please see the screen shot attached, if put two "select" up and down, options of up select will be blocked |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days |
@whyzp I tried to reproduce the problem in several ways and I couldn't.
|
I have a similar problem to the above except all my selects are down selects expect for the 2 multiple selects. When a Select dropdown is open and another Select is clicked, both remain open. I would have expected the open dropdown to close. I am using v0.15.2. I am unable to reproduce the issue using JsFiddle, however I have attached a minimal VS 2022 .Net 6 project which shows the issue. |
I think I now have a JsFiddle that reproduces the issue. Click on the botton select first and then the top one |
When "select" is designed to be arranged up and down, the down "select" will block the options of the up "select"
Steps to reproduce:
1.arrange the two "select" up and down
2. add some options to the up "select"
3.the down "select" will block the options of the up "select"
Expected result:
The options of up "select" should have higher z-index than the select
Actual result:
z-index of select--selectize-control--selectize-dropdown is "1"
z-index of select--selectize-control is "2"
The text was updated successfully, but these errors were encountered: