We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's posible to use an external API to get the suggested options, instead of using a file or a fixed array? I'm referring to this feature: http://www.ember-power-select.com/docs/custom-search-action
Thanks!
The text was updated successfully, but these errors were encountered:
@robertino-iorii you can use onSearchInputChange to listen for search text changes & fetch the results via api & provide them as options
onSearchInputChange
options
Sorry, something went wrong.
Ahh! just noticed that onSearchInputChange works with TypeAhead & PowerSelectMultiple components but does not work with PowerSelect 🐛 🐛 🐛
TypeAhead
PowerSelectMultiple
PowerSelect
Forgot to update here, the issue with PowerSelect is fixed btw
No branches or pull requests
It's posible to use an external API to get the suggested options, instead of using a file or a fixed array?
I'm referring to this feature:
http://www.ember-power-select.com/docs/custom-search-action
Thanks!
The text was updated successfully, but these errors were encountered: