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.
However, if I change the plunker to an array of numbers, as in this plunker; although you can move your cursor, and it returns you the values starting with the number you have typed; you can't see the content on the dropdown and it looks weird:
Is there a way to make typeahead work with integers?
The text was updated successfully, but these errors were encountered:
I also posted on SO: http://stackoverflow.com/questions/21696847/angularjs-typeahead-with-integers
In the provided typeahead example,
$scope.states
is filled with a string array:And it looks like this:
However, if I change the plunker to an array of numbers, as in this plunker; although you can move your cursor, and it returns you the values starting with the number you have typed; you can't see the content on the dropdown and it looks weird:
Is there a way to make typeahead work with integers?
The text was updated successfully, but these errors were encountered: