neb42 / ui-studio

1 stars 0 forks source link

Cast widget properties to appropriate type #22

Open neb42 opened 2 years ago

neb42 commented 2 years ago

When using an exposed widget property as a value we should be able to cast the property to the required type for the value if applicable.

eg. number 1 => string "1", boolean True => string "True"

Things like an object or array cannot be cast.