How can I check in Ember if ember-power-select has a value/something is selected?
Edit: I already have the onchange=(action (mut selection)). But I have a computed property, which listen on 'selection'. When I visit the site for the first time(url or reload) then the selection will be filled based on model.name. The value is shown up in power select, but the computed property doesnt get called
selection will be filled based on model.name
- where are you setting this to happen ? include that code please – Ember Freak