Open iabduul7 opened 3 years ago
@iabduul7 can you please share your code?
@iabduul7 can you please share your code?
the same code written in readme
file.
<CurrencyInput value={value} onChangeValue={setValue} prefix="$" delimiter="," separator="." precision={2} onChangeText={(formattedValue) => { console.log(formattedValue); // $2,310.46 }} />
@CaioQuirinoMedeiros Is there any update about this problem?
I'm sorry but so far I couldn't reproduce this behavior... maybe you guys could provide some more info...
try to set precision={0}
https://user-images.githubusercontent.com/24309704/125603528-0c14e638-4545-4dcf-8633-cf20c76a7c8d.mp4
This is the error I am facing, while entering zeros, it is incorrectly behaving