The new version works fine. The only inconsistent thing now is that if the user clicks on Today or another calendar day, the DateChooser is immediately dismissed. If they had intended to change date and time, they must re-open it to change the time. Obviously, this is much better than before where they could not change the time at all without re-selecting the date. But is there a way to configure the DateChooser so that it only dismisses itself when the "Apply" button is clicked? Deriving a class from DateChooser would work if instantiating the component directly--but this is being instantiated via the forms datetimeitem item.
Comment