-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Changing position of dropdown #206
Comments
+1 |
+1 on this for sure. The bootstrap ui typeahead found a way around this by appending it to the same parent as the base input. |
+1 |
+1 Anyone have a clue where to start to make this happen. I'm new to angular, but I'm going to need this functionality soon. I'm going to dive in soon. |
Looks like I'm not going to be able to work on this for at least 1-2 months. Hopefully, someone will get to it before then, but, if not, I will try. |
I did some work on this, but it only works for vertical space and with select2 theme. You can find it here: |
This was reported as an issue as early as #41 and has been given the 0.9.x milestone. Think we can close this issue and keep everything in one thread |
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. :-)
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
|
+1 |
One feature that I liekd from ui-select2 is the dropdown could be injected at the top-level of the DOM, so it would appear outside of DIV's with overflow:hidden, it also could switch between dropping down and dropping up.
Any roadmap to support this, or ideas to implement with CSS? I wouldn't mind working on a patch myself when I have time either.
The text was updated successfully, but these errors were encountered: