#ember-power-select, How to set a preselected value in ember-power-select custom-search action
问题 There must be a value set in "selected" attribute before typing in search parameter".Can anyone help me to sort this out ? #ember-power-select It is working with normal action-handling by setting a value for "destination" in js and assigning "destination" to "selected". Have a look at here for such examples http://www.ember-power-select.com/docs/action-handling. But can't assign a value for custom-serach-action http://www.ember-power-select.com/docs/custom-search-action. My Code: Models: