jquery.selectBoxIt.js
jquery.selectBoxIt.js copied to clipboard
selectBox z-index parameter
Would it be possible to add a parameter for setting the z-index for selectBox.css ?
Currently, in the .js file, it's set at 999999 - this is problematical when there's an overlay over the top of a select item. In my case, it's a slide out help div which on mobile, covers the screen.
Even though the select boxes are covered, the original select box, at 999999 z-index, can be initialised if you happen to click over where it is.
I could just set my overlay to one higher, but it would be more elegant to simply be able to define the selectBox z-index?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Same problem here. It is very difficult to find the reason why the selectbox was triggered when it is not visible at all. Setting my overlay to z-index: 1000000 helped.
Any update on this?
same problem, joining to ask to make it configurable.