-
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
Bug - Can't select an option in autocomplete IE 11 #3351
Comments
Are you talking about selecting by click or with the keyboard? The click issue should be resolved by #3188. |
* Fixes being unable to select autocomplete items by clicking in IE. This was due to IE not setting the `event.relatedTarget` for blur events. * Fixes potential issue if the user uses `mat-option`, instead of `md-option`. Fixes angular#3351.
The |
@crisbeto When do you anticipate the pull request will be merged? |
Please clarify, when it will be merged, its very critical issue |
Fixes being unable to select autocomplete items by clicking in IE. This was due to IE not setting the event.relatedTarget for blur events. Fixes potential issue if the user uses mat-option, instead of md-option. Fixes angular#3351.
Fixes being unable to select autocomplete items by clicking in IE. This was due to IE not setting the event.relatedTarget for blur events. Fixes potential issue if the user uses mat-option, instead of md-option. Fixes angular#3351.
Looks like it's pending review from @kara, this is a critical issue for us as well. |
@djleonskennedy @benjamin-wilson . If you are looking for a short term solution here is what I am doing. Needed this for production and the merge is taking longer then I expected. Change this one section
TO:
|
* Fixes being unable to select autocomplete items by clicking in IE. This was due to IE not setting the event.relatedTarget for blur events. * Fixes potential issue if the user uses mat-option, instead of md-option. Fixes angular#3351.
* Fixes being unable to select autocomplete items by clicking in IE. This was due to IE not setting the event.relatedTarget for blur events. * Fixes potential issue if the user uses mat-option, instead of md-option. Fixes angular#3351.
* Fixes being unable to select autocomplete items by clicking in IE. This was due to IE not setting the event.relatedTarget for blur events. * Fixes potential issue if the user uses mat-option, instead of md-option. Fixes angular#3351.
* Fixes being unable to select autocomplete items by clicking in IE. This was due to IE not setting the event.relatedTarget for blur events. * Fixes potential issue if the user uses mat-option, instead of md-option. Fixes angular#3351.
Thanks...by changing the code in @angular/material/@angular/material.es5.js. |
how to update material component..instead of changing it manually. |
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?
When selecting an option in the auto complete , it should display the selected value in the text field
What is the current behavior?
When selecting an option in the auto complete, it does not display the selected value in the text field
What are the steps to reproduce?
Which versions of Angular, Material, OS, browsers are affected?
IE 11
The text was updated successfully, but these errors were encountered: