rajan-g / ng2-typeahead

ng2-typeahead
2 stars 4 forks source link

enable manipulating the value of the input #2

Closed ahmedGomaa90 closed 6 years ago

ahmedGomaa90 commented 7 years ago

the model property doesn't change the text in the component input if it's changed outside the component

I need to manipulate the value of the input, something like set it some initial value, also to empty the value after select an item

if you just add @Input decorator for the property autoCompleteSelectedLabel

thanks