0

I'm trying to a make an element that uploads an image to the server. I'm using this component.

The problem is that if I use the above element with polymer 1.0, then it works like a charm but if I use it with Polymer 2.0 then some of its features like progress-bar and delete button don't work.

I'm using Bower to install this element and while installing this element(in polymer 2.0) I get many different choices like:

enter image description here

Which one should I choose?

halfer
  • 19,824
  • 17
  • 99
  • 186
abcd_1234
  • 165
  • 2
  • 11

1 Answers1

0

Upgrading to Polymer 2.0 requires some steps. Based on the page of the element it targets Polymer 1.4 and is not hybrid yet. It means you cannot use it with Polymer 2.0 yet and need to wait for authors to upgrade it to hybrid element supported by both Polymer 1.9 and 2.0.

Andrii Litvinov
  • 12,402
  • 3
  • 52
  • 59