I need two input
that I have in an app to be filled from right to left ...
One of the inputs is value in reais (R $) and the other is value in milliliter (ml), I'm using a jquery mask (a MaskMoney works fine rather than mobile, so I opted for another jQuery.maskdinput mask) mobile, but fills input
from left to right, unlike MaskMoney, and with that is a blank, or if not to fill a monetary value has to put the 0 to go to have for example ($ 9 , 00) to have nine reais.
I believe that if I can fill in the input from right to left, the problem will be solved.