range-datepicker icon indicating copy to clipboard operation
range-datepicker copied to clipboard

Polymer 3 - support?

Open icolquemamani opened this issue 6 years ago • 2 comments
trafficstars

I have problems using the component with Polymer 3, using lit-element. You can add some examples for its implementation with Polymer 3.

icolquemamani avatar Apr 26 '19 01:04 icolquemamani

Few tips that helped in my case (I'm using Vaadin 15 in my project):

  • use range-datepicker with 0.0.32 version
  • specify @polymer/paper-dropdown-menu with 3.0.0 version in your project package.json
  • check possible dependency duplicates with: npm find-duplicate-dependencies
  • dedupe possible dependency duplicates with: npm dedupe

mlkmn avatar Apr 09 '20 16:04 mlkmn

Hello, we have migrate to https://github.com/DoubleTrade/lit-datepicker, this project is deprecated.

RoXuS avatar Apr 09 '20 17:04 RoXuS