imaskjs
imaskjs copied to clipboard
To change the direction of text input
hi. Now when you enter the number, the cursor moves from left to right and the right character is overwritten, and I need the opposite from right to left? how to do this?
var element = document.getElementById('elem');
var maskOptions = {
mask: '0000000000',
lazy: false,
placeholderChar: '0',
overwrite: true
};
var mask = IMask(element, maskOptions);
Why was this issue closed? Was it attended or dismissed?
I'd be interested in that feature too so I am also curious why it was closed?
Yeah, here too.
ok, but not for now
close as a dup of https://github.com/uNmAnNeR/imaskjs/issues/452