1
I need two input
that I have in an app are filled from right to left...
one of the inputs is real value (R$) the other is value in milliliter (ml), I am using a jquery mask (a Maskmoney works right but not on mobile, so I opted for another mask jQuery.maskdinput) apparently works on mobile, but fills the input
from left to right, unlike Maskmoney, and with that it is a blank spaces, or if not to fill a monetary value have to put 0 the left to have for example (R$ 09,00) to have nine real.
I believe that if I can fill in the input from right to left, the problem will be solved.
I didn’t know @Caique this css attribute, but here it got a little strange, the cursor gets lost while typing... I’m in Chrome I don’t know if mozila happens same thing, I’ll test
– Bruno Cabral
In Mozilla works a little better... Thanks for the help!
– Bruno Cabral