You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often options.content or selectedItem.content will need to be passed (instead of options or selectedItem for full functionality.
The addon internals currently don't distinguish between regular old objects and ember-data promises. It would be nice if both ordinary objects and ember-data promises could be passed in.
Often
options.content
orselectedItem.content
will need to be passed (instead ofoptions
orselectedItem
for full functionality.The addon internals currently don't distinguish between regular old objects and ember-data promises. It would be nice if both ordinary objects and ember-data promises could be passed in.
see miguelcobain/ember-cli-selectize#58 for similar issue/strategies.
The text was updated successfully, but these errors were encountered: