angular-foundation-6 icon indicating copy to clipboard operation
angular-foundation-6 copied to clipboard

Cannot open modal on Internet Explorer

Open timojuonoja opened this issue 7 years ago • 2 comments

In src/modal/modal.js and on StackedMap class: the code uses array find, which is not supported on Internet Explorer. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find

Therefore modal cannot be opened at all.

timojuonoja avatar Apr 24 '17 10:04 timojuonoja

Have a look at #40

circlingthesun avatar Apr 24 '17 12:04 circlingthesun

Thanks for the reply. However readme still states that IE 10 is supported browser, but that isn't true.

In my opinion, polyfill for array find must be fulfilled by the package or at least mentioned in the readme that you need it.

timojuonoja avatar Apr 24 '17 13:04 timojuonoja