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

Prevent selection preview message from being escaped twice #54

Closed tneems closed 8 years ago

sukima commented 8 years ago

The original code is a very silly approach because this addon is trying too hard to be compatible with everything. Soon the current API for this project will likely be deprecated in favor of a more intention revealing one so for now this fix is fine. In the future things will change.