vue-bootstrap-typeahead icon indicating copy to clipboard operation
vue-bootstrap-typeahead copied to clipboard

IE 10/11 Compatibility

Open alexurquhart opened this issue 7 years ago • 3 comments

Component has issues in IE 10/11.

alexurquhart avatar Aug 25 '18 18:08 alexurquhart

For some reason, when IE11 sees a display: flex item with overflow-y: scroll, he doesn't make its children go full width.

image

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

Owumaro avatar Sep 03 '18 15:09 Owumaro

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.

JayaKrishnaY avatar Mar 30 '19 06:03 JayaKrishnaY

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

mattzollinhofer avatar Mar 04 '20 03:03 mattzollinhofer