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
[Only in IE11] Dropdown height has an issue when no results are found for a scenario.
Scenario
Enter a search string that has a match. Dropdown shown as expected. Now search for not match string. Dropdown is getting excessively long. Please refer screenshot added in the steps to reproduce.
Bug description
[Only in IE11] Dropdown height has an issue when no results are found for a scenario.
Scenario
Enter a search string that has a match. Dropdown shown as expected. Now search for not match string. Dropdown is getting excessively long. Please refer screenshot added in the steps to reproduce.
Expected result
No results found
Actual result
Code
.ng-autocomplete {
width: 100%;
margin: 0 auto;
padding: 0px !important;
height: auto;
}
Steps to reproduce
Context
Work Around
Your Environment
The text was updated successfully, but these errors were encountered: