A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
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
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".