ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

Maintain Display when Selection changes #323

Open ghost opened 6 years ago

ghost commented 6 years ago

Maintain Display when Selection changes

<input ng2-auto-complete formControlName="category" [source]="categories" select-value-of="id" display-property-name="description" placeholder="Select book category" class="form-control"/>

Current behavior

Expected/desired behavior