We have fields on forms we want to change the display based on whether the user has entered a value into the variable. A valid entry includes a zero value but when we check the variable it is pre-initialised to be zero so we can't determine if the user entered zero on the form or not. It would be useful to be able to initialise the primative variables to blank or null instead of zero.
Anyone got any simple and effective work arounds for this or would this be a good feature to add to Jade?
Thanks
David