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
I have a use-case where I'd like to have a power-select-with-create-suggestion component, to use in all of my invocations of <PowerSelectWithCreate>. Nevertheless, I'd like to change the message in this component. For this, it'd be helpful if the @extra argument would also be passed to the <SuggestedOption> component.
[extra is an] Object to store any arbitrary configuration meant to be used by custom components
The description seems that this argument can solve this problem easily :) What do you think? If you're happy with it, I can open a pull request with the (simple) addition.
The text was updated successfully, but these errors were encountered:
Hello! 👋
I have a use-case where I'd like to have a
power-select-with-create-suggestion
component, to use in all of my invocations of<PowerSelectWithCreate>
. Nevertheless, I'd like to change the message in this component. For this, it'd be helpful if the@extra
argument would also be passed to the<SuggestedOption>
component.The ember-power-select documentation states the following:
The description seems that this argument can solve this problem easily :) What do you think? If you're happy with it, I can open a pull request with the (simple) addition.
The text was updated successfully, but these errors were encountered: