You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I've got an md-autocomplete that has md-no-cache turned on. If the md-items promise resolves immediately, trying to select an item with the mouse fails, but selecting with the keyboard works. Resolving the promise inside a $timeout fixes it. Only a very minor issue but unusual.
I've got an md-autocomplete that has md-no-cache turned on. If the md-items promise resolves immediately, trying to select an item with the mouse fails, but selecting with the keyboard works. Resolving the promise inside a $timeout fixes it. Only a very minor issue but unusual.
Codepen at http://codepen.io/davidwolsey/pen/eNvLQb
The text was updated successfully, but these errors were encountered: