Hi Guys,
I have written the custom trigger component.
I want to pass some variables value from power-select-multiple to this component,
Is It possible to do.
Yes, check theextra option in de docs. It's a bag where you can pass anything.
Also, you can do triggerComponent=(component "my-trigger" foo=bar), like with any contextual component in Ember
Thanks :+1:
Most helpful comment
Yes, check the
extraoption in de docs. It's a bag where you can pass anything.Also, you can do
triggerComponent=(component "my-trigger" foo=bar), like with any contextual component in Ember