paper-elements Questions
2
Solved
I searched for my problem and found this
However, the accepted solution does not work for me BUT I can't comment, since I have only 6 Reputation yet -.-
So Situation is, I want to use the paper-i...
Produce asked 28/12, 2015 at 11:53
2
Solved
Question:
How do I automatically execute a function whenever my <paper-dialog> element is closed?
Version: Polymer 1.0
Code:
<paper-dialog id="paper-id"
entry-animation="scale-up-a...
Binny asked 12/6, 2015 at 18:5
2
Solved
So I'm trying to dynamically generate a paper-dropdown-menu populated from an AJAX data source, which is working great using the code below:
<polymer-element name="my-element" attributes="selec...
Dunc asked 29/10, 2014 at 16:6
3
Solved
Does anybody have any advice for fixing the problem of a modal appearing behind its backdrop?
So far, I have tried making sure I have all the necessary imports (including <paper-dialog-scrollab...
Selfmortification asked 13/7, 2015 at 22:7
2
Solved
I'm using Paper Elements from the Polymer Project to build a form, and have run into a problem using the paper-radio-group tag and its children, paper-radio-button. With a normal radio button list,...
Swagsman asked 23/7, 2014 at 8:54
1
I have some simple code (Angular2 + Polymer) that creates a paper-input with a iron-icon as a suffix icon:
<paper-input type="text" [control]="email" label="Email">
<iron-icon suffix ic...
Unholy asked 1/3, 2016 at 22:16
4
I am trying to use paper-button with type attribute set to submit (as one would do with button element) to submit the enclosing form, but for some reason it is unable to submit the form. Is this a ...
Lovelady asked 21/7, 2014 at 14:5
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
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
2
Solved
Question
Does anyone have a working example of code for a login button?
Detail:
I need it to be a <paper-button> that says, "Login with x." Where "x" is any one of the following: "Goog...
Sextant asked 24/7, 2015 at 11:9
3
I'm using Polymer to make a website. I'm currently having some issues with paper-ripple. Now the issue I'm having is that the ripple doesn't appear when clicking the h2 or h3, even when removing th...
Decal asked 19/7, 2014 at 13:12
3
Solved
How can I import core elements and paper elements in JSFiddle.
I'm importing polymer through those statements:
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.4.2/platform.js"></...
Allahabad asked 30/10, 2014 at 9:31
2
Solved
Please help me understand the following quotes from the Angular Material github and home page:
This project is in early pre-release. Angular Material is both a reference implementation of Materi...
Cyrie asked 15/12, 2014 at 23:0
1
Solved
How can I get an instance to the paper-input element below?
HTML file:
<!DOCTYPE html>
<html>
<head>
<!-- <script src='packages/web_components/platform.js'></scri...
Ameline asked 14/7, 2014 at 20:50
1
Solved
I have paper-input element
<paper-input
id="{{ id }}"
label="{{ label }}"
on-keyup="{{ keypressHandler }}"
value="{{ value }}">
</paper-input>
and I can catch event when key ...
Nucleoprotein asked 29/6, 2014 at 12:54
1
© 2022 - 2024 — McMap. All rights reserved.