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
So basically if the component is set, I want to display the result of the getPropertyTranslation helper, which gets the component name passed as a parameter. The thing is, name is an object and this causes the binding to not work.
It does work if I use the following:
{{#bind'selectedComponent.name.en'}}
However, I cannot simply access .en or any other key as I do not know what keys exist.
What I need is #bind to respond to the value of my getPropertyTranslation helper I guess, like so:
Hi,
I have several own helpers that need to be bound like so:
So basically if the component is set, I want to display the result of the
getPropertyTranslation
helper, which gets the component name passed as a parameter. The thing is,name
is an object and this causes the binding to not work.It does work if I use the following:
However, I cannot simply access
.en
or any other key as I do not know what keys exist.What I need is
#bind
to respond to the value of mygetPropertyTranslation
helper I guess, like so:The text was updated successfully, but these errors were encountered: