-
Notifications
You must be signed in to change notification settings - Fork 287
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
Collision detection #55
Comments
Hi, |
I'm sorry for the delay. Here is the fiddle https://jsfiddle.net/hd8zwu3q/ . |
ok, Thanks |
Any luck with this issue? |
The only way that comes to mind is creating a duplicate select element outside the container and hiding it offcanvas and displaying it in place when the original select is clicked. You also have to update the original select value to the duplicates value. |
Not easy to do this, However by this example http://jsfiddle.net/5m3RE/1/ see last example in Choosen is also suffering from this issue see: harvesthq/chosen#86 |
When the selectbox is on the bottom of an element with
overflow: hidden;
, it gets cropped and some of the options are unreachable for the user. Could you provide some way of setting a container element, so that the select box opens above the input in case it would colide with the containers bottom?The text was updated successfully, but these errors were encountered: