This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-autocomplete binding to md-items #7074
Comments
@postama You are not specifying an array. (
So, you should fix this by changing Demo with the fix: http://codepen.io/DevVersion/pen/vLQQvO?editors=1010 |
Thanks for your response. This bug happens if you initialize the |
devversion
added a commit
to devversion/material
that referenced
this issue
Feb 9, 2016
At the moment the autocomplete will handle the results wrong. So if we specify for example an empty JSON-Object, the autocomplete will handle the results as an async promise. Fixes angular#7074
@devversion Great, thanks for your help! |
gmoothart
pushed a commit
to gmoothart/material
that referenced
this issue
Apr 5, 2016
At the moment the autocomplete will handle the results wrong. So if we specify for example an empty JSON-Object, the autocomplete will handle the results as an async promise. Fixes angular#7074 Closes angular#7089
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Binding md-autocompletes md-items to an empty array or object, then clicking into md-autocomplete will cause md-autocomplete to not function property even after md-items are populated until a reload.
http://codepen.io/anon/pen/Gowjmv?editors=1010
The text was updated successfully, but these errors were encountered: