vaadin / vaadin-time-picker-flow

Vaadin Flow Java API for vaadin/vaadin-time-picker Web Component
https://vaadin.com/components/vaadin-time-picker
Other
6 stars 11 forks source link

setMin and setMax do not accept null #61

Closed OlliTietavainenVaadin closed 4 years ago

OlliTietavainenVaadin commented 4 years ago

Related: #57

If you try to call setMinor setMax with a null value, you will get a NullPointerException even though the JavaDocs say that null can be used to remove the min/max limits.