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 May 29, 2019. It is now read-only.
Just looking at the Typehead demo that's on the library's official website, it doesn't seem to work right.
Example 1, for "Asynchronous results"
Type in "Mosc", nothing comes up. Then press "o", suddenly 2 items come up, then "w", for "Moscow", it is found, but strangely, wasn't shown before on the list. That is wrong.
Example 2, for "Custom templates for results"
Type in something and select any item found. Now hit Backspace to remove the last symbol. The select list appears totally out of place.
Tested in Chrome version 33
The text was updated successfully, but these errors were encountered:
@VitalyTomilov for the first issue - those are the results that we are getting from http://maps.googleapis.com/maps/api/geocode/json so eventual complains should be directed there. But this is just demo API so not really relevant to this directive.
For the second issue - it is a real one, should be fixed.
This is not a typeahead bug. The problem is that the model changes alter the height of the <pre> area. The solution is to either give a standard height on the <pre> element or move it below the typeahead.
Just looking at the Typehead demo that's on the library's official website, it doesn't seem to work right.
Type in "Mosc", nothing comes up. Then press "o", suddenly 2 items come up, then "w", for "Moscow", it is found, but strangely, wasn't shown before on the list. That is wrong.
Type in something and select any item found. Now hit Backspace to remove the last symbol. The select list appears totally out of place.
Tested in Chrome version 33
The text was updated successfully, but these errors were encountered: