Skip to content
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

Open
whyzp opened this issue Aug 18, 2021 · 6 comments
Labels
pending review This issue was closed as stale; since then additional review has been requested.

Comments

@whyzp
Copy link

whyzp commented Aug 18, 2021

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"
MicrosoftTeams-image

@eduardo-mior
Copy link

You could put a link to some fiddle so we can test and see this error in practice.

@whyzp
Copy link
Author

whyzp commented Aug 19, 2021

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

@github-actions
Copy link
Contributor

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

@eduardo-mior
Copy link

@whyzp I tried to reproduce the problem in several ways and I couldn't.
See the screenshots below.
image






image






image

You need to describe a step by step how to solve the problem or a link where we can see the problem.

@risadams risadams added pending review This issue was closed as stale; since then additional review has been requested. and removed no-issue-activity labels Nov 18, 2021
@yogiderek
Copy link

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.

image

I am unable to reproduce the issue using JsFiddle, however I have attached a minimal VS 2022 .Net 6 project which shows the issue.
Selectize_Issue_VS_Project.zip

@yogiderek
Copy link

I think I now have a JsFiddle that reproduces the issue. Click on the botton select first and then the top one
https://jsfiddle.net/pv59fjgL/

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending review This issue was closed as stale; since then additional review has been requested.
Projects
None yet
Development

No branches or pull requests

4 participants