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
When creating a new property and assigning a value to it there is no validation for the value provided against the type specified.
Steps to Reproduce
Consider the following screenshot. When I'm trying to create a property with the type Double and for the value I can specify a value that is not a Double. In this case a string is specified. There should be validation for this.
Version
v1.1.4
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
When creating a new property and assigning a value to it there is no validation for the value provided against the type specified.
Steps to Reproduce
Consider the following screenshot. When I'm trying to create a property with the type
Double
and for the value I can specify a value that is not aDouble
. In this case a string is specified. There should be validation for this.Version
v1.1.4
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: