-
Updated
Mar 21, 2018
polymer-element
Here are 182 public repositories matching this topic...
-
Updated
Jul 13, 2020 - JavaScript
"Using Polymer Elements in Angular CLI Webpack" doc need an update for last angular-cli version
I tried to apply the "Using Polymer Elements in Angular CLI Webpack" tuto,
on 1.0.0-beta.11-webpack.8 without success on Firefox.
But the trick is here : angular/angular-cli#1747
The polyfill
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
has to be call in global in angular-cli.json
Description
Currently <vaadin-date-picker> isn't aligned in keyboard a11y with native input[type="date"]. Focusing the date changes the value:
The conversation from Slack (click to expand)
Jouni Koivuviita [1 hour ago]
But in combo
-
Updated
Jul 5, 2018 - JavaScript
-
Updated
Oct 19, 2019 - HTML
Would be nice if we can give the more detailed reason of failure, not just “server unavailable”. Might be good to show the detailed information in a tooltip or on click.
Suggestion done during the UX testing
-
Updated
May 9, 2018 - HTML
-
Updated
Jun 26, 2018 - HTML
Add unicodes to demo
The example page should list the unicode value of each icon in the font.
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
I was trying to take into use in a pie chart, but I wasn't able to put values in a format that it accepts. For a pie chart, you want to specify for each slice y (which is the size of the slice) and name (which is the name of the slice).
How ever i tried to give in the slices as objects with y and name, I just got a blank graph. I couldn't see over at https://charts-demo.ap
-
Updated
May 18, 2020 - TypeScript
-
Updated
May 30, 2020 - JavaScript
-
Updated
Dec 4, 2019 - HTML
The README claims that to see a full-blown example of variable change triggering re-execution of the query one should look at the third example. The third example is no different from the second example and does not use bound variables in it's query.
-
Updated
Mar 13, 2017 - HTML
https://vaadin.com/components/vaadin-context-menu/html-examples/context-menu-items-demos demonstrates nested menu items API.
https://vaadin.com/components/vaadin-context-menu/html-examples/context-menu-basic-demos#defining-content-with-polymer-templates does not make it clear whether a nested menu is also possible via HTML templates?
-
Updated
Dec 26, 2018 - HTML
-
Updated
Oct 12, 2018 - HTML
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
Issues
- Fix import not working when using Webpack #15
Code
- Use LitElement instead of Polymer
- Use open-wc/testing instead of WCT
Development
- Improve serve (use Parcel bundler)
- Move style to a stylesheet file
- Add eslint config
Release / CI
- Improve CI release config
- Include a bundled release
-
Updated
Feb 6, 2019 - JavaScript
-
Updated
Feb 23, 2019 - HTML
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
-
Updated
Mar 20, 2019 - HTML
-
Updated
Jan 14, 2019
Improve this page
Add a description, image, and links to the polymer-element topic page so that developers can more easily learn about it.
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."


I've gone through all the components and collected media queries we use.
overlay(max-width: 800px) and (max-height: 600px)touch-optimized(max-width: 800px) and (min-height: 500px)