RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.39k stars 2.17k forks source link

dir="rtl" Reverses input and mask #956

Open heidenator opened 9 years ago

heidenator commented 9 years ago

999.99 applies the mask as 99.999 and when you type in the box it reverse the input so if I type 12345 it enters it as 54123 here is a link to jsfiddle to the issue. http://jsfiddle.net/heidenator/wmg0js3g/6/

RobinHerbots commented 9 years ago

@heidenator,

Hmm I need to review the dir="rtl".

RobinHerbots commented 9 years ago

@heidenator ,

How would the inputmask deal with the dir="rtl" attribute?

mfgh commented 7 years ago

do you solve reverse input and mask problem in dir="rtl" option ? i have problem in using dir="rtl" option ,it reverse input and mask please help me..

melloware commented 2 years ago

Just got this issue reported in PrimeFaces which wraps your excellent component.

girafffee commented 1 year ago

Same problem