-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-autocomplete not showing some suggestions #5606
Comments
+1 |
Yeah, I'm having this problem too |
Temporary fix for this problem is:
|
This isn't reproducing for me on the Autocomplete demo page. Can someone post an example? |
Question for those affected by this: Is your autocomplete in an ng-hide? If so, #5579 should fix it. |
1.0.0-rc3 |
@kseamon: my autocomplete is not in an ng-hide, but it's beside one. |
@kseamon here is a gif to reproduce. Try to resize you window and focus again on the autocomplete input. |
@blootch Thanks - that tells me exactly what I need actually. |
Ok, made a tweak to #5579 and it fixes this issue. |
@idoo That temporary fix is not working for me. |
@kseamon with pleasure. I think this issue has something to do with md-virtual-repeat. |
I confirm this is fixed in 1.0.0-rc4 |
The issue is still here in 1.0.0-rc4 |
+1 |
+1 The issue still here in 1.0.0-RC4. |
I'm not seeing it in rc4. Those who are seeing it: what browser are you using? Are you just looking at the demo page, or some other page? If another page, what other libraries are you using? What version of Angular? |
@kseamon Go to: https://material.angularjs.org/latest/demo/autocomplete and mark the 'Simulate query for results?' checkbox. (BTW: Using Chrome) |
It worked correctly with 1.0.0-rc2:
Now I upgraded to 1.0.0-rc3 and it doesn't show some suggestions:
After scrolling a bit, more suggestions appear:
The text was updated successfully, but these errors were encountered: