Paper input items do not work in Polymer 2

I work with polymer 2, load the input elements of polymer paper, then add the link tag:

<link rel="import" href="../bower_components/paper-input/paper-input.html">

then

<paper-input  label="Floating label"></paper-input>

And a browser not displaying an input text element

I am working with the latest version of chrome 56.0

thanks for the help

+6
source share
1 answer

See Polymer 2.0 Installation Documentation .

Did you set the paper input with the gazebo right?

bower install --save PolymerElements/paper-input#2.0-preview
+9
source

Source: https://habr.com/ru/post/1016147/


All Articles