You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the report and the great reproducer.
I tracked the error down to ajv, there is even a discussion about it: ajv-validator/ajv#84 and ajv-validator/ajv#652
Describe the bug
json validation
"multipleOf": 0.1
doesn't work with some values.Expected behavior
with constraint
"multipleOf": 0.1
value100.1
must be considered as valid.Steps to reproduce the issue
Screenshots
In which browser are you experiencing the issue?
Google Chrome Version 98.0.4758.102 (Official Build) (64-bit)
Framework
Angular
RendererSet
Material
Additional context
No response
The text was updated successfully, but these errors were encountered: