-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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-input not firing blur event #337
Comments
@hansl really starting to think we should start poking at the host projection feature after ng-conf... |
(input) (focus) ... and other events are also not being emitted for md-input, is this by design or will they be added in the future? thanks in advance ps 👍 for (blur) |
For any one looking for a stop gap here is a quick and dirty directive:
|
thanks @robertmesserle |
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. |
Note: for support questions, please use one of these channels:
https://github.com/angular/material2/blob/master/CONTRIBUTING.md#question.
This repository's issues are reserved for feature requests and bug reports.
Bug
Blur event is not firing on elements, even if we provide
<md-input (blur)="logBlur()">
.please provide steps to reproduce and if possible a minimal demo of the problem
via https://plnkr.co or similar.
Can't find base plunker for md-input
Blur event should fire
Did this work in previous versions of Angular / Material?
Please also test with the latest stable and snapshot versions.
Tested on 2.0.0.alpha-2 in Chrome
(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix)
The text was updated successfully, but these errors were encountered: