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

Missing click on group action in multiselect. #66

Open songoo opened 7 years ago

songoo commented 7 years ago

Hello, is it possible to catch group header (optgroup) action ? Or is possible to click on group header and select/unselect all oprions in that group ?

sukima commented 7 years ago

It might be possible. I'm glad to take pull requests but I won't have any free time to do this myself. Also, I've found that http://www.ember-power-select.com/ has a bootstrap theme and works about 100 times better. I think I might deprecate this addon in favor of that one in the future.

songoo commented 7 years ago

Hi there. I know power select, and to tell truth its UI is very bad, id closes on every pick so you have open it again and again, default pick graphic is only grayed background(no checkboxes) , in page examples did not found one with "4 of 10 picked", and of course does not have click action on group. I browsed all select plugins that were in repo, your was nearest to my needs 👍

sukima commented 7 years ago

Hmm. Well PS has an option to keep it open. And I mention it is because it is flexible and completely customizable. If I were to to do anything to this addon I would completely rewrite it using PS. Sounds like what you need is a better theme then the default.

Again I can not see myself having the time in the near future. But if you willing to wait I might get to it. That said the source is freely editable and I would likely be happy to merge any Pull Requests you come up with.