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

Clicking `clear` button in Locale selection field causes server-side exception #25

Closed fluorumlabs closed 5 years ago

fluorumlabs commented 5 years ago

Steps to reproduce:

  1. Go to https://vaadin.com/components/vaadin-time-picker/java-examples
  2. Click X in the locale selection field

Outcome:

Unhandled NullPointerException on page https://vaadin.com/components/vaadin-time-picker/java-examples Locale must not be null.

... com.vaadin.flow.component.timepicker.demo.TimePickerView.lambda$createLocalizedTimePicker$ea26d33e$1(TimePickerView.java:69) ...

denis-anisimov commented 5 years ago

Duplicate of #17 17