input-masking icon indicating copy to clipboard operation
input-masking copied to clipboard

Error on second init

Open gosteev opened this issue 7 years ago • 0 comments

There's an error when plugin is inited second time as:

new InputMask();

Bypass:

new InputMask({
  masked: ".masked"
});

but source should be edited as here https://github.com/estelle/input-masking/pull/8

gosteev avatar Apr 05 '17 16:04 gosteev