-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
decimalPrecision={false} allows decimals #39
Comments
If decimalPrecision is set to false it does not limit decimal place meaning it doesn't have a limit to how many decimals a user can type. If set to true/number if will limit to 2/the number specified. I think decimalSeparator is what you are meaning to use. If set to false it won't allow decimals in input. Hope this helps! |
Awesome! Thank you very much for clearing this out.
…On Thu, Mar 9, 2017 at 8:08 PM, Persea Alexandra ***@***.***> wrote:
If decimalPrecision is set to false it does not limit decimal place
meaning it doesn't have a limit to how many decimals a user can type. If
set to true/number if will limit to 2/the number specified.
I think decimalSeparator is what you are meaning to use. If set to false
it won't allow decimals in input.
Hope this helps!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHwQYV0DiVcBkhUNnajwsCRP1QsWSCluks5rj8GQgaJpZM4MXo-X>
.
|
Decimal precision now only allows numeric value to make it less ambiguous. Updated it 2.0.0 alpha |
Whenever I have decimalPrecision={false} as per doc, it still allows me to input decimals in, and in fact it allows to put huge number of them.
It looks like a bug, Is this intended?
Cheers,
Cezar.
The text was updated successfully, but these errors were encountered: