polymer-1.0 Questions
1
Solved
Polymer 1.0 elements contain custom CSS variables that allow you to style them using inline styles as such:
<style is="custom-style">
paper-toolbar {
--paper-toolbar-color: blue;
}
</s...
Nannie asked 26/6, 2015 at 15:44
3
Solved
After upgrading to Polymer 1.0, default iron-icons set is not working. I am trying to use home icon from the default icon set.
HTML code fragment:
<link rel="import" href="/components/iron-fl...
Arda asked 2/6, 2015 at 23:19
2
update 1: found this issue with pull request which seems to be addressing this issue in Polymer.
update 2: Decided to restructure my layout based on the Polymer Starter Kit which uses page.js inst...
Dc asked 12/6, 2015 at 13:9
3
Solved
I'm trying to use the ripple effect on a clickable list of items but I'm facing the issue that the ripple effect goes all over the screen when I encapsulate that list into a custom element. It work...
Speleology asked 3/6, 2015 at 22:5
2
Solved
One of the issues I'm having with the new polymer release is identifying which components are replacing the old ones. In the case of the old componente core-list, I cannot find the equivalent for t...
Cairn asked 3/6, 2015 at 17:25
1
Solved
How can I define computed bindings in auto-binding templates (i.e. those declared as <template is='dom-bind'>...</template>)?
Occasionally asked 12/6, 2015 at 18:5
2
Solved
This question is a follow-up to this one: polymer focus() on <paper-input> or <core-input> element
How can I focus in a paper-input element using the Javascript API ?
(using Polymer 1...
Impend asked 12/6, 2015 at 14:1
1
Solved
Is there a Polymer dom api method or other ways to automatically update the repeated template with additional elements, should the underlying array gets updated?
I have a dynamic array that gets ...
Pinnati asked 11/6, 2015 at 20:56
1
Solved
I just started playing with Polymer 1.0 and am trying to do a very simple binding to collection. I am able to display text within dom-repeat, but the two-way binding to iron-input does not work.
I ...
Perfumery asked 10/6, 2015 at 6:30
1
Solved
I'm having trouble applying the new conditional template, in particular with the condition itself, I think.
I've got something like this:
<template is="dom-repeat" items="{{menuitems}}" as="po...
Shrubby asked 10/6, 2015 at 8:16
2
A part of the template of my Polymer component is supposed to render unescaped HTML from a JSON response (yes, it's safe to do so in this case). I used juicy-html (https://github.com/Juicy/juicy-ht...
Ardenardency asked 7/6, 2015 at 20:28
1
Solved
I have understood from my last question here that string concatenate is not allowed with 0.9 and above (currently I am migrating to version 1.0).
I have to rather wrap every variable inside separa...
Essentiality asked 5/6, 2015 at 13:58
2
Solved
There're some times when we could need adding a custom element dynamically into a context. Then:
The inserted polymer could receive some properties bound to another
property inside the context, s...
Wilburnwilburt asked 3/6, 2015 at 9:7
1
Solved
I'm using a computed property as the items for a dom-repeat.
<template is="dom-repeat" items="{{double(values)}}">
<span>{{item}}</span>
</template>
When its dependency ...
Legwork asked 4/6, 2015 at 17:52
1
Solved
How do you style the <paper-input> tag in Polymer 1.0
Can you show how to specifically custom style the label text color, the underline color, input text color, and how to access them using ...
Selfabsorbed asked 3/6, 2015 at 18:37
1
Solved
I have a component that uses an instance of <iron-ajax> to retrieve data from the back-end, and I would like to use <iron-request> to send updates such as POST/DELETE requests.
Everyth...
Explicate asked 2/6, 2015 at 17:58
1
Solved
Polymer 1.0: Using template dom-repeat inside paper-menu elements to display iron-pages on selection
Using Polymer 1.0, I have created a paper-drawer-panel layout. In the drawer I have a menu using paper-menu with paper-items which are bound to the iron-pages. I took this example from Content Swit...
Ahoy asked 31/5, 2015 at 19:25
2
Solved
In polymer I'm trying to manually submit a form. My form looks like this:
<form id="myForm" on-submit="{{ submitForm }}">
<input class="text" value="{{ someValue}}">
<button type=...
Crackerjack asked 18/4, 2014 at 10:3
© 2022 - 2024 — McMap. All rights reserved.