polymer-1.0 Questions

2

Solved

I've been muddling around with Polymer 1.0 since its release, and I've hit a use case where a select list just won't be sufficient (too many options to select from). What I really need is an ...
Disfranchise asked 9/6, 2015 at 16:56

0

I Have a simple question.I Have started using Polymer for my app having sails js as backend.For authentication purpose i used JWT(json web tokens) in sails js and before this i worked on Angularjs ...
Parochial asked 28/2, 2016 at 7:4

2

Solved

I use iron-list from google Polymer. <iron-list items="[[data]]" as="item"> <template> <div tabindex$="[[tabIndex]]"> Name: [[item.name]] </div> </template> &lt...
Partisan asked 7/2, 2016 at 13:4

3

Solved

This Stack Overflow answer suggests using <iron-signals> to broadcast an event down the DOM tree to a custom element. Below, I ask a different question. Question How do I: pass an event d...
Cove asked 24/9, 2015 at 20:40

2

I haven't used Polymer since the 0.4-0.5 era and am used to using the hidden attribute like so <my-element hidden="{{foo != bar}}"></my-element> Now in Polymer 1.0 I see that have to u...
Welty asked 23/8, 2015 at 17:16

4

Solved

While migrating to Polymer 1.0 from 0.5 I have come across an interesting thing. Thought it might help others having similar problem. I have an element where I am using <template is="dom-repeat...
Nenitanenney asked 2/6, 2015 at 15:19

3

Solved

In polymer 1.2.3, Is it possible for a dom-repeat to use content as a template and bind values to the elements provided? Custom Element: <dom-module id="modify-collection"> <template&gt...
Anesthesiology asked 6/1, 2016 at 23:57

1

Solved

I have been developing a chrome extension using Polymer for some time now and I have a couple of concerns about releasing it in it's current state. I would like to hear about some strategies for pr...

2

Is there an easy way to enable hitting enter to execute some javascript for a form with paper-input's. I can catch the keystroke on enter for every element but this seems kind of tedious.
Interpretation asked 27/7, 2014 at 22:37

1

Solved

Overview DOM elements that are dynamically-rendered within dom-if, dom-repeat <templates> seem to be rendered asynchronously thus making unit-testing a bit of a pain. The Polymer Componen...
Dewberry asked 29/12, 2015 at 23:23

4

Solved

I would like to do something like this in polymer... <dom-module id="logo-standard"> <style> :host { display: block; } </style> <template> <div class="logo-wrap">...
Dysplasia asked 17/8, 2015 at 0:48

1

Solved

How do you make dom-if templates within dom-repeat's update when the data changes?? Example here http://jsbin.com/xatala/edit?html,output In the example the data changes after 1.5 seconds but the...
Deify asked 14/12, 2015 at 8:45

2

Solved

In this example (Plunk) there is bind between property and array item. firstName should change from 'John' to 'Test' on click, but it's not happening. How to make the property to change on item u...
Cursor asked 10/12, 2015 at 18:54

0

My current Chrome version is Version 47.0.2526.73 (64-bit) I notice that the error Uncaught (in promise) TypeError: Request scheme 'chrome-extension' is unsupported only occurs after I update C...
Wohlert asked 9/12, 2015 at 9:30

2

Solved

My goal is to append an element to existing dom-if dynamically. Problem is that after appending I can see appended element in the DOM three but it never reacts on condition and stays always hidden....
Hickox asked 7/12, 2015 at 15:58

1

Solved

I basically want to write the following code in ES6 fashion. listeners: { 'neon-animation-finish': '_onNeonAnimationFinish' }, I have tried using a property like the following but the _onNeon...
Stickpin asked 1/12, 2015 at 12:17

1

Solved

I want to create quick prototypes of Polymer elements in a sandbox like JSFiddle or JavaScript Bin, but I can't get it working!
Nothingness asked 3/12, 2015 at 19:42

1

Solved

I am having some trouble with my polymer project, my code doesn't work in IE, Edge and not even in chrome if I include <!doctype html>. Here's my code: <!doctype html> <html> &l...
Brigadier asked 1/12, 2015 at 17:24

1

Solved

I decided to take some time this weekend to look at Angular 2 and Polymer. I'm really interested in angular 2 and would really like to start building something with it. One downside with starting w...
Cnemis asked 29/11, 2015 at 9:28

3

Solved

Polymer 1.0 is released recently and I can download the elements à la carte at the elements.polymer-project.org site, but I can't find an easy link to download everything in one big zip file? Any ...
Ginkgo asked 30/5, 2015 at 23:9

3

Solved

I am exploring Polymer-project 1.0 and the task is to get the JSON and print output repeatedly. But no matter what I tried, the error below is coming. I even tried with Github pages, but this also ...
Cheryllches asked 30/6, 2015 at 6:17

2

Solved

Unfortunately, I'm finding the current documentation/examples for the usage of paper-styles a bit lacking. I'm not an experienced CSS guy (relative newbie actually), so I could really use examples ...
Joli asked 16/7, 2015 at 21:51

3

Solved

Upgrading to Polymer 1.0, How do I listen/capture to change in "focusedItem" of iron-menu-behaviour? I cannot see any event or property change listener for an item change i.e. change in paper-item ...
Carbajal asked 31/5, 2015 at 13:10

2

I use this example from the doc of polymer <paper-dialog> <h2>Header</h2> <paper-dialog-scrollable> Lorem ipsum... </paper-dialog-scrollable> <div class="but...
Tingly asked 12/10, 2015 at 7:58

3

Solved

I'm trying to include classes based on parameters of a json, so if I have the property color, the $= makes the trick to pass it as a class attribute (based on the polymer documentation) <div cl...
Minuteman asked 2/6, 2015 at 22:1

© 2022 - 2024 — McMap. All rights reserved.