
duplicate #5606
+1
@gabguy Hi, this is resolved in 1.0.0.RC4 :)
@blootch No, unfortunately it is not...
I can confirm... it's not fixed at all
+1
+1
+1
It's still happening on 1.1.3 if you customize the height of the "li" elements.
@jesusmariocalleja Can you please open a new issue and provide a CodePen demonstrating the problem?
Anyone facing this problem, try this little css hack:
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
position: fixed;
bottom: 50px !important;
height: initial !important;
max-height: 99999999px !important;
}
Most helpful comment
It's still happening on 1.1.3 if you customize the height of the "li" elements.