-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
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
md-select change event not firing #2359
Comments
You could use (ngModelChange) instead of (change). This works for me: |
Dupe of #2248. |
@Dgiulian import { MdSelectChange } from '@angular/material'; //Evento (change) |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
After the user selects a value from the select box, the change event must be fired.
What is the current behavior?
None. The change function asociated with the event is never executed.
What are the steps to reproduce?
Plunker: http://plnkr.co/edit/sSprD4?p=preview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
"@angular/common": "2.3.1",
"@angular/material": "^2.0.0-alpha.11-3",
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: