You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ith an empty string display value
Fixes the autocomplete panel reopening on IE11 when the user selects an option whose display value is an empty string.
Fixesangular#9479.
…ith an empty string display value
Fixes the autocomplete panel reopening on IE11 when the user selects an option whose display value is an empty string.
Fixesangular#9479.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 2, 2018
…ith an empty string display value
Fixes the autocomplete panel reopening on IE11 when the user selects an option whose display value is an empty string.
Fixesangular#9479.
…ith an empty string display value (#9506)
Fixes the autocomplete panel reopening on IE11 when the user selects an option whose display value is an empty string.
Fixes#9479.
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
Bug
Similar to: #5165 (not duplicate)
What is the expected behavior?
mat-autocomplete-panel should be close after selected an option
What is the current behavior?
mat-autocomplete-panel continues to be opened even after to have selected an option
What are the steps to reproduce?
Run the stackblitz: https://stackblitz.com/edit/angular-gieptd
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5.2.0
Node: 8.6.0
MAterial: 5.1.0
Windows 7 Pro 64 bits
TypeScript: 2.6.2
NB: For the moment, the workaround consists to use the reset function available on the formControl. IE11 worls properly in this context
The text was updated successfully, but these errors were encountered: