-
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Why am I able to enter in more than 2 decimal points when maskType is set to currency?
<FloatingLabelInput
label="Regular Pay"
value={reg_pay}
maskType="currency"
currencyDivider="," // which generates: 9.999.999,99 or 0,99 ...
keyboardType="numeric"
onChangeText={value => setRegPay(value)}
/>
(Field allows 34.343434 rather than just 34.34)
Metadata
Metadata
Assignees
Labels
No labels