Closed alvisecastagna1 closed 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,
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>
Hi, Thanks work now!
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,