Skip to content
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

Error "Must be a multiple of 0.01" for Value=2000000.13 #369

Open
Alicezhang821 opened this issue Oct 23, 2023 · 0 comments
Open

Error "Must be a multiple of 0.01" for Value=2000000.13 #369

Alicezhang821 opened this issue Oct 23, 2023 · 0 comments

Comments

@Alicezhang821
Copy link

Hello,
I used the playground to create a number field, but it failed with validation for some values like '2000000.13', error message says 'Must be a multiple of 0.01'

JSONSchema
{ "type": "object", "title": "Number fields & widgets", "properties": { "number": { "title": "Number", "type": "number", "multipleOf": 0.01 } } }
UISchema
{}
Some other values failed the validation as well, for example
39999999.12
1234599.12
A similar issue has been reported before
#149
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant