CaioQuirinoMedeiros / react-native-currency-input

A simple currency input component for both iOS and Android
https://www.npmjs.com/package/react-native-currency-input
MIT License
158 stars 25 forks source link

Is there a way to allow user to type from left to right? #14

Open chaawlaapooja opened 3 years ago

chaawlaapooja commented 3 years ago

I am using CurrencyInput and currently, the cursor is at the extreme right (0.00|).

Currently if I want to enter $12, I have to type 1-2-0-0

I have a requirement where I want the user to type from left to right, (|0.00) meaning that user does not enters cents unless he wants to and by typing the 1-2, it should pick up $12.00

Is there a way to achieve this?

CaioQuirinoMedeiros commented 3 years ago

@chaawlaapooja there's not. sorry

Roshankurikkal commented 2 years ago

I am using CurrencyInput and currently, the cursor is at the extreme right (0.00|).

Currently if I want to enter $12, I have to type 1-2-0-0

I have a requirement where I want the user to type from left to right, (|0.00) meaning that user does not enters cents unless he wants to and by typing the 1-2, it should pick up $12.00

Is there a way to achieve this?

Have you solved this issue ?

Mahdi-Farahani commented 10 months ago

i have this issue as well , i want to start typing from left to right when i have decimal but for now its start from right to left start from decimal numbers

please answer to this

thanks very much

Suliman-A commented 1 month ago

same issue here, starting from right and can't use comma and decimal manually