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
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 text was updated successfully, but these errors were encountered:
the
limit
value is defined viamultipleOf: 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 set2000
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 thelimit
property.The text was updated successfully, but these errors were encountered: