sukima / ember-cli-select-picker

An enhanced Boostrap styled select component addon for Ember CLI
https://sukima.github.io/ember-cli-select-picker
MIT License
23 stars 15 forks source link

Add an observed property which can be changed from outside, causing the dropdown open close from outside #70

Closed GitSahib closed 7 years ago

sukima commented 7 years ago

GitSahib wants to merge 63 commits into feature/ember-1.13-moving-on from master

I think this pull request is backwards. Which commits are yours?

GitSahib commented 7 years ago

I will close this request. I got what I wanted to do. For information: If you want to open the dropdown from outside, just pass a property showDropdown to the select-picker component. Then when you want to open it set the property true when you want to close set it to false.