TimePicker.setMin vs DatePicker.setMin

Why does DatePicker.setMin accepts LocalDate and TimePicker.setMin not accept LocalTime?

I am trying to accomplish; time.setMin(LocalTime.now().plusMinutes(4)); …

Just curious

Hi!

setMin and setMax should definitely eat LocalTime instead of some undocumented String representation. I create a ticket, please go and give a thumb up for it.

https://github.com/vaadin/vaadin-time-picker-flow/issues/55

cheers,
matti

Will do, this is ridiculous. Cannot understand their use case.