Closed mdsteiner closed 7 years ago
currently .convertNull doesn't work for date inputs, since when left empty it yields an empy date object (as in as.Date(character(0))), instead of NULL as the other input widgets do...
as.Date(character(0))
fixed
currently .convertNull doesn't work for date inputs, since when left empty it yields an empy date object (as in
as.Date(character(0))
), instead of NULL as the other input widgets do...