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 option to override the summaryMessage #55

Closed sukima closed 8 years ago

sukima commented 8 years ago

This was sort of working. It would allow you to customize the summary message only when there were multiple values selected.

Now if you add the summaryMessage property it will just use that regardless. It is up to the user to make it a computed property if you want it dynamic.