selectize.js icon indicating copy to clipboard operation
selectize.js copied to clipboard

When there are multiple "select" up and down, the "option" is blocked by down "select"

Open whyzp opened this issue 3 years ago • 6 comments

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

whyzp avatar Aug 18 '21 06:08 whyzp

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

eduardo-mior avatar Aug 18 '21 12:08 eduardo-mior

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

whyzp avatar Aug 19 '21 06:08 whyzp

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

github-actions[bot] avatar Nov 18 '21 01:11 github-actions[bot]

@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.

eduardo-mior avatar Nov 18 '21 16:11 eduardo-mior

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 avatar Jan 13 '23 10:01 yogiderek

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

yogiderek avatar Jan 13 '23 11:01 yogiderek