I really need some nullable properties - int, decimal and yes/no.
At the moment even if I set a property as not required, it does get created with a value of 0, so its impossible to tell the difference between a 0 and a null. And strangely, a 0 is hidden when entered into a Umbraco.Integer field.
I expect this has been tackled before. I could use a dropdown with [blank] Yes No for the YesNo picker (a checkbox won't work anyway because it can't be cleared) but I'm not sure where to go with int and decimal?
A NuPickers solution or another package would be fine if it exists?
Nullbable Properties
I really need some nullable properties - int, decimal and yes/no. At the moment even if I set a property as not required, it does get created with a value of 0, so its impossible to tell the difference between a 0 and a null. And strangely, a 0 is hidden when entered into a Umbraco.Integer field.
I expect this has been tackled before. I could use a dropdown with [blank] Yes No for the YesNo picker (a checkbox won't work anyway because it can't be cleared) but I'm not sure where to go with int and decimal?
A NuPickers solution or another package would be fine if it exists?
is working on a reply...