Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-autocomplete : virtual-repeat container height doesn't always fit to the .md-autocomplete-suggestions #5611

Closed
NicolasBlois opened this issue Nov 7, 2015 · 11 comments
Assignees
Labels
P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Milestone

Comments

@NicolasBlois
Copy link

out-7

@NicolasBlois NicolasBlois changed the title md-autocomplete : virtual-repeat container height doesn't always fit the .md-autocomplete-suggestions md-autocomplete : virtual-repeat container height doesn't always fit to the .md-autocomplete-suggestions Nov 7, 2015
@gpopovic
Copy link

gpopovic commented Nov 7, 2015

duplicate #5606

@gabguy
Copy link

gabguy commented Nov 17, 2015

+1

@NicolasBlois
Copy link
Author

@gabguy Hi, this is resolved in 1.0.0.RC4 :)

@gabguy
Copy link

gabguy commented Nov 17, 2015

@blootch No, unfortunately it is not...

@hillerstorm
Copy link

I can confirm... it's not fixed at all

@uriva
Copy link

uriva commented Nov 23, 2015

+1

2 similar comments
@HipsterZipster
Copy link

+1

@antoinebrault
Copy link

+1

@jesusmariocalleja
Copy link

jesusmariocalleja commented Apr 5, 2017

It's still happening on 1.1.3 if you customize the height of the "li" elements.

@topherfangio
Copy link
Contributor

@jesusmariocalleja Can you please open a new issue and provide a CodePen demonstrating the problem?

@jalchr
Copy link

jalchr commented Jun 22, 2017

Anyone facing this problem, try this little css hack:
.md-virtual-repeat-container.md-autocomplete-suggestions-con‌​tainer { position: fixed; bottom: 50px !important; height: initial !important; max-height: 99999999px !important; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Projects
None yet
Development

No branches or pull requests