(index):477 Uncaught TypeError: jQuery(…).inputmask is not a function
Everything seems to be working but the console displays this error:
(index):477 Uncaught TypeError: jQuery(...).inputmask is not a function
This code is causing the problem: <script id='ea-front-bootstrap-js-after'>
jQuery(document).on('ea-init:completed', function () { jQuery('.masked-field').inputmask(); });
</script>
This code is causing the problem: <script id='ea-front-bootstrap-js-after'>
jQuery(document).on('ea-init:completed', function () { jQuery('.masked-field').inputmask(); });
</script>
2 Answers
Hi Robert do you have masked input fields in form?
Best regards,
Nikola
I don’t know.. Are they fields that are set to visible: “no”. I have 3 fields, one is hidden.
Please login or Register to submit your answer