Wikiki / bulma-steps

Bulma's extension to manage steps
MIT License
96 stars 44 forks source link

Symbol" is not defined & BulmaSteps is not defined - IE11 (EDGE) #23

Closed alvisecastagna1 closed 5 years ago

alvisecastagna1 commented 5 years ago

Only in Internet Explorer the step doesn't work, I have the following 2 console error:

"Symbol" is not defined" on bulma-steps-min-js

and below:

"BulmaSteps is not define" bulma = new bulmaSteps(document.getElementById("stepsForm"), {});

There are any fix to IE?

Thanks,

Wikiki commented 5 years ago

Hi,

maybe you can use the polyfill:

<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.6.15/browser-polyfill.min.js"></script>
alvisecastagna1 commented 5 years ago

Hi, Thanks work now!