I have a form with a dateitem that I would like t0 display as empty by default and *not* save any value to the datasource or to save null when saveData() is called.*unless* the user enters a date. This is different than the default behavior where the date chooser displays the current date and calling saveData() on the form stores the current date to the datasource.
I'm wondering if there is a simple way to get this behavior. My searching of the docs has not turned up anything so far.
Thanks
I'm wondering if there is a simple way to get this behavior. My searching of the docs has not turned up anything so far.
Thanks
Comment