valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 587 forks source link

ng2-select value selected is not highlihgted #842

Closed purandharangular closed 7 years ago

purandharangular commented 7 years ago

hi after i select the value in ng2-select the value is becoming invisible though it is stored in the model object

code here:

          <ng-select  id="aa" [items]="items" (data)="alert.dir"    (selected)="selectedDir($event)" 
          placeholder="No Dir selected"  ></ng-select>

dropdown onmouseover onselect

purandharangular commented 7 years ago

upon selection value is updated in the model but CSS style is hiding on the screen but when i go on mouse over i can see gray color back ground. pleas help

purandharangular commented 7 years ago

resovled it is because of CSS Conflicts...