-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Dropdown options are hiding down, if there is no room space. #234
Comments
This is an issue because select2 will put the drop above the field if there's not room below. This is particularly bad when this field is either near the bottom of the page or in a div that has overflow: auto, and the drop disappears and the container must be scrolled to access it. |
+1 for putting the drop above |
I'd even be happy with an option to set it, rather than have it auto-detect. Duplicate issue: #206 |
@mattcasey This is not really a dublicate issue of #206... #206 is more about where in the DOM tree where the select should be appended. (Wish is also reported in #41) This issue describes how the options flips side (if it should be above or below the input) think of this like if the select was the last child of |
This allows the dropdown to flow outside of the area it's 'contained' within. (For example, modals and scrollable content areas.) Related issues: angular-ui#308, angular-ui#234, angular-ui#206, angular-ui#41... And more! :-D Please do not merge this commit in its current state. :-)
+1 for drop above. Default browser select controls do it, anything that wishes to replace that functionality should also do it! I'm a ui-select2 user who is aching to be able to switch to ui-select, and this is definitely a requirement. |
+1 |
This allows the dropdown to flow outside of the area it's 'contained' within. (For example, modals and scrollable content areas.) Related issues: angular-ui#308, angular-ui#234, angular-ui#206, angular-ui#41... And more! :-D Please do not merge this commit in its current state. :-)
+1 |
I think this is already resolved in a version. Added a screenshot what i have. @user378230 , still a enhancement (maybe i'm missing something here) or can we close it? |
Not sure, this is a old issue though, so we'll close it. I'm sure someone will shout if they have a problem still. |
I have the same issue, when I want to select, it goes behind my next item. And heres the code:
|
Normal dropdowns are displaying the options over the debugging tools,but the ui-select dropdown is displaying the options under the debugging tools.
Not able to select the options in this scenario.
The text was updated successfully, but these errors were encountered: