-
Notifications
You must be signed in to change notification settings - Fork 1.8k
The list opens up, although enough space at the bottom #977
Comments
Can confirm... maybe it depends on the form's css but for me, it jumps all over the place... not doing anything and continuously clicking it will open it "up" about 80% of the times regardless how close you are do the bottom of the page it is definitely related to a merge 4 days ago: #836 |
Is there a way to disable the "up direction" rendering at all? |
@equilerex Nice catch. I downgraded and now it works as expected :) |
From usability perspective, its really annoying not to control the direction where things appear. The version, as it, is unusable. |
The PR #989 fixes the issue of inconsistent behaviour. Although I personally would like to have it configurable. |
Yes, it would be better not to do the thing than to do bad. Moreover, the need for this function in General is questionable, because it is difficult to do, hard to debug and difficult to maintain. |
It's a shame that no option / way to disable these buggy up-direction dropdowns has been provided yet |
Should be solved with #1212 |
That's one small step for a man, a giant leap for mankind. |
@isimonov Please allow making the direction configurable (static or dynamic). If its only dynamic even if it works correctly, it does not bring a consistent user experience in some cases. |
I agree, direction configurable would be best) ui-select project, unfortunately, at an impasse. I think the best solution would be to start over under the new major version. In my projects now I use ui bootstrap Typeahead with some minimal modifications. It's easier and no bugs. |
In the mean time, I have my own hack that allows me to set a select to open down only, here: |
@igorlino @isimonov @karptonite I agree with you so I just created PR #1213 that will allow to configure dropdown position. Take a look and let me know your comments |
There is a situation when the list is up coming off, although bottom has enough space. Not logical behavior. How I was able to track the problem only occurs in Google Chrome
http://plnkr.co/edit/oZCudVaPNc42B7hLYB7j?p=preview
The text was updated successfully, but these errors were encountered: