iStefo / ember-select-2

DEPRECATED IN FAVOR OF https://github.com/cibernox/ember-power-select
MIT License
144 stars 119 forks source link

Exception on clear with optionvaluePath #138

Closed zidjian257 closed 8 years ago

zidjian257 commented 8 years ago

Uncaught Error: Assertion Failed: Cannot call get with 'id' on an undefined object.

could be fixed with changing value = get(data, optionValuePath); to value = data ? get(data, optionValuePath) : undefined; on line 464

i have no clue how to contribute and get it released as a new version of the plugin so I just leave you the hint

zidjian257 commented 8 years ago

just saw this issue is a duplicate of #130, which already has a pull request