May be I am doing something wrong, but I have problem to "cancel value of CalendarPicker":
1/ I fill value to CalendarPicker (setDefaultValue(someDate))
2/ In html I can see value corretly filled
3/ I want to cancel date, so I click cross sign > dd.rr.rrrr is filled to input
4/ But when I submit such form, DatePicker returns DateTime which I filled in point ONE (I expect NULL in this case - or no?)
May be I am doing something wrong, but I have problem to "cancel value of CalendarPicker":
1/ I fill value to CalendarPicker (setDefaultValue(someDate))
2/ In html I can see value corretly filled
3/ I want to cancel date, so I click cross sign > dd.rr.rrrr is filled to input
4/ But when I submit such form, DatePicker returns DateTime which I filled in point ONE (I expect NULL in this case - or no?)