Ember-power-select: I am not able to pass any variable to custom trigger component

Created on 12 Dec 2016  路  2Comments  路  Source: cibernox/ember-power-select

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.

Most helpful comment

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

All 2 comments

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:

Was this page helpful?
0 / 5 - 0 ratings