I'm trying to create a form with a few fields in XUL. I failed to find a way to create a numeric box and a datepicker with empty values. Textbox of type number has a default "0" value, I can change the default to different number, but I want the box to remain empty. The same goes for the datepicker element, I must specify a valid date, but I want it to be empty until the user decides to enter the date.
Any suggestions?