Answer the question
In order to leave comments, you need to log in
How to translate imask plugin code from webpack to vanilla javascript?
import Inputmask from "inputmask";
const tels = document.querySelectorAll("input[type=\"tel\"]");
const im = new Inputmask("+7 (999) 999-99-99");
im.mask(tels);
import Inputmask from "inputmask";
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question