Raising ValueChangeEvent when LocalDate in DateTimePicker updates

I would like to raise a ValueChangeEvent in DateTimePicker when the DatePicker part of it changes in addition to the current behaviour. I think I could get the wanted result by creating my own DateTimePicker component but it in my opinion it would be stupid to redo the component.

I tried to extend the current DateTimePicker component but it didn’t work because the DateTimePickerDatePicker component in DateTimePicker is private.

Is there any other ways I could get the behaviour I want?

I have no real help to offer, but I’d at least recommend filing a feature request here: https://github.com/vaadin/vaadin-date-time-picker-flow/issues

One way around this that I came up with would be to set some arbitrary value, for example the minimal value for DateTimePicker, as the presentation value. Then changing the Date part in the picker would also fire the event as the time part would be already filled.

Still I would prefer the ability to control the behaviour myself as I described here: https://github.com/vaadin/vaadin-date-time-picker-flow/issues/49