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
When using a typeahead with default values (typeaheadMinLength=0) IE will not let you choose an item without clicking twice
Plunker/StackBlitz that reproduces the issue:
Can be recreated in IE11 with the "Reactive forms"-example on https://valor-software.com/ngx-bootstrap/#/typeahead
Click inside the input field and click on one of the items that shows (don't type anything). The first click gets ignored, the second click chooses the item.
Versions of ngx-bootstrap, Angular, and Bootstrap: