isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

open dropdown on page load #510

Closed rkori215 closed 7 years ago

rkori215 commented 7 years ago

How can i make dropdown open on page load.

isteven commented 7 years ago

Unfortunately there's no built-in function to do that.

You'll need to modify the directive code, in order to do that.