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 was archived by the owner on Sep 5, 2024. It is now read-only.
Autocomplete highlight stopped working on 0.11.0.rc2 update. Tried to reproduce on codepen, but for an unknown reason the 0.10.1 file is always redirecting to 0.11.0.rc2.
The problem can be reproduced in own documentation.
I just tested this on HEAD because I thought I had run into it too, but apparently the demos require you to match the case when searching. Anyway, it looks like it's fixed (possibly due to the recent merge of #4391).
Can you guys confirm the fix or provide a Codepen demonstrating the problem?
Autocomplete highlight stopped working on 0.11.0.rc2 update. Tried to reproduce on codepen, but for an unknown reason the 0.10.1 file is always redirecting to 0.11.0.rc2.
The problem can be reproduced in own documentation.
https://material.angularjs.org/0.10.1/#/demo/material.components.autocomplete
vs
https://material.angularjs.org/0.11.0-rc2/#/demo/material.components.autocomplete
I noticed that only item is available inside
md-item-template
, other scope variables are not, including the variable that is used to do highlight.Testing on 0.10.1, the problem does not happen.
The text was updated successfully, but these errors were encountered: