Sauceforge / angularjs-typeahead-dropdown

AngularJS Typeahead Dropdown
MIT License
5 stars 11 forks source link

Add an id to the input to get text value #7

Closed aniamy closed 8 years ago

aniamy commented 8 years ago

Is there a way to get the text the user is typing? (before they select an option) I'm trying to add some functionality so I can make a rest call to the server based on what the user is typing to fill the list based on the result but I'm not able to get that value.

RamiMustaklem commented 8 years ago

If anyone found a way for this issue to be solved please let me know. I'm also trying to get options from an api but I can't seem to able to get the value either.

agray commented 8 years ago

Investigating...

agray commented 8 years ago

I've added an id to the input in the template cache to assist with this use case. @aniamy @RamiMustaklem could you please retest and let me know if this solves the issue