-
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
Bug - select not firing change event #2248
Comments
@mmrath There is no |
@kara Hello, does it support optgroup already? |
Adds an event to `md-select` that is emitted when the selected option has changed. Fixes angular#2248.
Adds an event to `md-select` that is emitted when the selected option has changed. Fixes angular#2248.
Adds an event to `md-select` that is emitted when the selected option has changed. Fixes angular#2248.
* feat(select): emit change event Adds an event to `md-select` that is emitted when the selected option has changed. Fixes #2248. * Separate the change event example from the ones that use the form directives. * Remove leftover event listener. * More leftovers.
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?
(change) should be fired when value of select is changed manually
What is the current behavior?
(change) is not fired
What are the steps to reproduce?
This plunker reproduces the issue
https://plnkr.co/edit/MyhgEgH4SzFJs7aoJtzy?p=preview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Latest all
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: