Skip to content
#

polymer-element

Here are 182 public repositories matching this topic...

myfrom
myfrom commented May 25, 2017

Demos doesn't work on 2.0-preview

There are few things to make them work again:

  • Change <style is="custom-style"> to <custom-style><style is="custom-style"></style></custom-style> (Hybrid syntax valid for 2.0 and 1.0)
  • Change <template is="dom-bind"> to <dom-bind><template is="dom-bind"></template></dom-bind> (Hybrid syntax valid for 2.0 and 1.0)
  • Import `<link rel="i
web-padawan
web-padawan commented Mar 6, 2019

The change landed in #107 was targeting the form-layout placed in the element with flex-direction: column, but it was actually breaking change from the point of view of the users who try to center form-layout in the container setting flex-direction: row

This should have been released as 3.0.0 but we didn't do that. The proper way of handling this would be reverting change, releasing 2.1.3

Peppe
Peppe commented Dec 14, 2018

It is very common that people want to get rid of the padding in dialog. For example if you want to make a header for the component that goes edge to edge, you would have to remove the padding. Add a theme variant where it is removed from the overlay. Here's how you do it manually.

<dom-module id="custom-dialog" theme-for="vaadin-dialog-overlay">
  <template>
    <style>
      :host([the

Improve this page

Add a description, image, and links to the polymer-element topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polymer-element topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.