dotansimha / angularjs-dropdown-multiselect

AngularJS Dropdown Multiselect
http://dotansimha.github.io/angularjs-dropdown-multiselect/
MIT License
441 stars 456 forks source link

How can we reset back to default multiselect #475

Open r-arun-r opened 5 years ago

r-arun-r commented 5 years ago

We have a reset button for a few set of form controls. where the user will only give reset button to clear of all the controls. we have implemented our multi select for few controls.

Do we have an option to reset the multi select with initial values ?

Thanks.