ember-widgets icon indicating copy to clipboard operation
ember-widgets copied to clipboard

multi-select-component - search bug

Open phpepe opened this issue 11 years ago • 0 comments

Im trying to use the multiple select component binding the optionLabelPath to an attribute in depth. Example: {{ multi-select-component contentBinding="myList"
optionLabelPath="someAttr.otherAttr" <--- the 2 levels depth optionValuePath="code" }}

where someAttr is an object with "otherAttr" property. All works well except the search. This works using the core Ember.Select view, so I guess is an ember-widget issue.

phpepe avatar Aug 07 '14 15:08 phpepe