[Shared model] There is no consistency for on and off values in Input.Toggle #3224
Labels
Area-Inconsistency
Bugs around renderer inconsistencies across different platforms
Bug
Platform-Shared Model
Platform
Version of SDK
latest master
Issue
In a Input.Toggle input object the default value, when creating the element, for valueOn is "true" and for valueOff is "false" but when serializing we check for empty strings for default values which is not the same; the Deserialize method in the other hand considers empty string to be the default values for both properties, which should be the default value?
The text was updated successfully, but these errors were encountered: