imaskjs icon indicating copy to clipboard operation
imaskjs copied to clipboard

To change the direction of text input

Open exctac opened this issue 5 years ago • 4 comments

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);

exctac avatar Jun 17 '19 12:06 exctac

Why was this issue closed? Was it attended or dismissed?

cnovoab avatar Jun 24 '21 16:06 cnovoab

I'd be interested in that feature too so I am also curious why it was closed?

rejas avatar Apr 04 '22 16:04 rejas

Yeah, here too.

felicandalc avatar Jun 15 '22 18:06 felicandalc

ok, but not for now

uNmAnNeR avatar Aug 02 '22 12:08 uNmAnNeR

close as a dup of https://github.com/uNmAnNeR/imaskjs/issues/452

uNmAnNeR avatar Dec 20 '23 13:12 uNmAnNeR