-
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 should emulate select behavior with [value] and (change) #2459
Comments
The change event will be added with #2458. |
In a regular situation, I agree. But, when you are using the component to build composed components which will use the formControl or ngModel itself, this is very useful. |
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:
feature request
What is the expected behavior?
md-select should support the property [value] for change it's value and the event (change) when a new value is selected. This way, it can be used as a direct replacement in code using select.
What is the current behavior?
It does not implements the property [value] and the event (change)
The text was updated successfully, but these errors were encountered: