I just wanted to know if there is a way on how to remove the default value of the input field of a property which has a Double datatype. The default value in the input field is 0.0, I wanted to remove that, but I don’t know how? Any help from you?
Thanks!
I just wanted to know if there is a way on how to remove
Share
This can be done by calling the .toString() method upon saving the value of the property..