indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

Selected elements are removed after fetching remote data in a multiple selector #66

Closed ssotomayor closed 8 years ago

ssotomayor commented 8 years ago

Selected options are removed after fetching in a multi selector.

Plunker (same as #57): http://plnkr.co/edit/CGY47bqX0dLnFkrVY3aB?p=preview

Steps to reproduce the issue:

Click the selector Select 3 options, say, Afghanistan - Aland Islands - Albania Type "Bra" to get "Brazil" Select "Brazil".

Notice "Afghanistan - Aland Islands - Albania" are removed after selecting "Brazil".

indrimuska commented 8 years ago

Duplicate of #57.