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
emberx-select: v4.0.0-beta.2
Ember Version: ember-data: ~3.0.0 Ember CLI Version: ember-cli: ~3.0.4
Regards to readme:
Ember < 3.4: {{#x-select value=bob on-change=(action "selectPerson") as |xs|}} {{#xs.option value=fred}}Fred Flintstone{{/xs.option}} {{#xs.option value=bob}}Bob Newhart{{/xs.option}} {{/x-select}}
it doesn't work for me (it works when I change onChange instead of on-change) - not sure it is not typo in documentation.
The text was updated successfully, but these errors were encountered:
Are you perhaps looking at the documentation for the master branch? The README on tags/v4.0.0-beta.2 only lists onChange
master
README
tags/v4.0.0-beta.2
onChange
Sorry, something went wrong.
No branches or pull requests
Version of x-select:
emberx-select: v4.0.0-beta.2
Ember Version / Ember CLI Version:
Ember Version:
ember-data: ~3.0.0
Ember CLI Version:
ember-cli: ~3.0.4
Regards to readme:
it doesn't work for me (it works when I change onChange instead of on-change) - not sure it is not typo in documentation.
The text was updated successfully, but these errors were encountered: