vue-bootstrap-typeahead
vue-bootstrap-typeahead copied to clipboard
IE 10/11 Compatibility
Component has issues in IE 10/11.
For some reason, when IE11 sees a display: flex item with overflow-y: scroll, he doesn't make its children go full width.

The only working solution I found is to put the list component in a div wrapper receiving the vbt-autcomplete-list class.
https://github.com/alexurquhart/vue-bootstrap-typeahead/blob/85ff0bd1fc947f86959813115d0ed4cf34d3b832/src/components/VueBootstrapTypeahead.vue#L28
Tried the above solution , not working though. This is a great component but fails in IE 11.Please provide some solution to work on IE 11 browser. Since in the corporate allows only IE or EDGE as default browser. Please need help on this.
I believe my fork fixes this issue: https://www.npmjs.com/package/vue-typeahead-bootstrap. Give it a try and let me know if it's still an issue for you.
Here's the commit that should have fixed this: https://github.com/mattzollinhofer/vue-typeahead-bootstrap/pull/3/commits/80736b4f1f83c3fdf3372b0935884d580b9c9e4d