vaadin/vaadin-date-picker

A date picker that has a value before it's opened doesn't open on IE11

tomivirkki opened this issue · 1 comments

The following date picker doesn't open on IE11

<vaadin-date-picker label="Birthday" value="1980-08-14">
</vaadin-date-picker>

Looks like #637 fixes this also