Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

multi-select-component - search bug #86

Open
phpepe opened this issue Aug 7, 2014 · 0 comments
Open

multi-select-component - search bug #86

phpepe opened this issue Aug 7, 2014 · 0 comments
Labels

Comments

@phpepe
Copy link

phpepe commented Aug 7, 2014

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.

@azirbel azirbel added the bug label Sep 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants