lordfriend / nya-bootstrap-select

An AngularJS select replacement which build select like dropdown component with collection and ng-model support
http://nya.io/nya-bootstrap-select/
MIT License
178 stars 80 forks source link

Not showing "show-menu-arrow" for initial default value #191

Closed binoiii-wc closed 2 years ago

binoiii-wc commented 2 years ago

image

binoiii-wc commented 2 years ago

My options are coming from an API call. Thus, to apply the default selected value. It has to be declared. Example: *ng-model="selected"

$scope.selected = ["Option1", "Option2"]