You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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.
The text was updated successfully, but these errors were encountered: