I have a filter screen where people can filter by date. Unless they manually pick a date I need that field empty, but in the constructor we have to specify an initial value.
How to set that to null so that the field is not pre-set with unwanted date?