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
@ChrisHonniball Thank you very much! Your advice helped me and now ember-chosen displays the list.
Can you please also suggest how should I get the tag record itself and not id in optionValuePath? Because I would need to pass tag record itself to the controller action to setup relationship between post and tag when persisting data to the api?
{{ember-chosen
content=tags
optionValuePath="id" <= get tag model record instead of tag id
}}
per @igorpreston's request.
The text was updated successfully, but these errors were encountered: