the limit value is defined via multipleOf: 0.1 which will fail in many cases. When I set value of 0.1 everything is fine, else I will get an error, e.g. if I set 2000
Invalid value "[object Object]" for field csChargingProfiles
I think for validation purposes, the multipleOf requirement should be removed or the validator needs to be adjusted, else it makes it impossible to use the limit property.
the
limitvalue is defined viamultipleOf: 0.1which will fail in many cases. When I set value of 0.1 everything is fine, else I will get an error, e.g. if I set2000Invalid value "[object Object]" for field csChargingProfiles
I think for validation purposes, the
multipleOfrequirement should be removed or the validator needs to be adjusted, else it makes it impossible to use thelimitproperty.