In our RAP project we have a form for setting values to different types of fields like Long, Double, Date, etc. We want this form to allow user to choose null as one of the possible values for all types. While it's not a big issue for numeric fields, for Date we use standard DateTime widget where it's impossible to leave the filed empty.
One solution would be to use a checkbox combined with the picker disabling it, but the usability suffers in this case.
There is a completely satisfying solution for RCP - CalendarCombo delivered by Nebula project. But the RAP version doesn't seem to be coming. And porting it is somewhat tricky.
Is there something we're missing? Any ideas will be very welcome.