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
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: