angular2-mdl-ext icon indicating copy to clipboard operation
angular2-mdl-ext copied to clipboard

select option popup opening upwards

Open violabg opened this issue 9 years ago • 1 comments

I'm using the mdl-select with cascading selects. I have 3 select in a vertical layout. I have a problem when I select the second one. It has a long list (10 options), so instead of opening down (I guess because it feels there is no space) it opens upward. The problem is that I have e fixed navbar and the list goes under it, so I'm not able to reach and select the first couple of items on the list. This is happening on iOS safari not on desktop.

Is there a way to always open the option list down?

violabg avatar Jan 23 '17 16:01 violabg

This would require option in both select and popover like "disable-update-direction" and addingif (this.disableUpdateDirection) return null;atupdateDirection` method head.

tb avatar Aug 25 '17 21:08 tb