Value selected highlighted in dropdown , not displaying in text box

Hi, I’m using select 2 with angular 1.5.6, I’m getting values from http and assigning them to my ng-model. value is highlighted in dropdown but it not displaying in text box.

It’s not entirely clear from your description what’s going on. Could you paste your code here?

I’m not sure this is applicable, but if you’re selecting the option in the dropdown dynamically (i.e., via code), you must trigger the change event on the underlying select so the select2 widget will recognize the change.