ember-power-select
ember-power-select copied to clipboard
fix reverting selected promise
I was using ember-changeset and ember-data, whereby the initial @selected value was a promise. Selecting a different non-promise-based value for EPS, and then reverting the changeset which resets the selected value back to the original promise. EPS was ignoring this change