vaadin / vaadin-date-picker

The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.

Home Page:https://vaadin.com/components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A value can't be selected by clicking on IE11

tomivirkki opened this issue · comments

  1. Open the first demo on IE11
  2. Select a value by clicking a date on the dropdown
    -> Placeholder is shown, no value is visible

BTW, tests are broken on master in ie11 cause this.$.overlay is not available over here: 2d86da5#diff-0f7cab7f0a6b1e79bf518eb211b482deR328

Let's consider using disable-upgrade instead of dom-if as in vaadin/vaadin-combo-box#776