Questions tagged [iron-elements]
12 questions
7
votes
1 answer
How to filter an iron-list in polymer 1.0?
The dom-repeat element offers a filter attribute.
Is there a similar way to filter with iron-list?
For example: Given a list of people, I want to filter the ones born in a specific city.

Emerson Bottero
- 328
- 5
- 9
6
votes
4 answers
List of icons and their names in iron-icons
In Polymers, to display icons on our page we can use the following
The icon comes from iron-icons.
Now, in example, I am using delete icon to show trash-bin icon.
Is there is any documentation…

Anurag Singh Bisht
- 2,683
- 4
- 20
- 26
2
votes
1 answer
Using iron-meta to manage state in Polymer 2.x
I am trying to use iron-meta to manage state in a Polymer app. Here is my Plunker demo.
On that same Plunker, I am also using Mixins to manage state. (So we can compare the two systems.)
Desired Behavior
On the demo, at the bottom, I expect the part…

Let Me Tink About It
- 15,156
- 21
- 98
- 207
2
votes
0 answers
Polymer paper-scroll-header-panel with iron-scroll-threshold scrolling issue
I have following paper-scroll-header-panel and have iron pages inside main container.
…

Ankit
- 99
- 7
1
vote
1 answer
Demo for iron-scroll-target-behavior in Polymer 2.x
I need to direct the browser to scroll to the top of the page. I think iron-scroll-target-behavior might be a good choice. But I can't find any working demos.
Can anyone locate or point me to a working demo of the iron-scroll-target-behavior…

Let Me Tink About It
- 15,156
- 21
- 98
- 207
1
vote
0 answers
How to listen to `iron-select` event in the child of iron-pages?
Consider the following code from PSK:-

Andrew See
- 1,062
- 10
- 21
1
vote
2 answers
Polymer 1.x: Using iron-ajax inside a custom behavior
I'm building a custom behavior. Call it MyBehaviors.MySpecialBehavior.
But I need to get data that's stored locally in a JSON file called my-data.json.
How can I do this inside my behavior? I'm trying to import iron-ajax but I can't think of how to…

Let Me Tink About It
- 15,156
- 21
- 98
- 207
0
votes
2 answers
How to select multiple elements in iron-selector by mouse drag
How can I select multiple items inside an iron-selector by clicking, holding and dragging the mouse, or even by drawing a rectangle with the mouse, and selecting all the items under it?
I use Polymer 1.11.3 and iron-selector 2.1.0, and reading the…

yglodt
- 13,807
- 14
- 91
- 127
0
votes
1 answer
How to reset after dynamically loading data using in Polymer 2.x?
I want to reset my form buttons using the reset() method of the element.
Desired behavior
The desired behavior is that after clicking the Reset button, the two buttons that were originally unchecked to be unchecked and the two buttons…

Let Me Tink About It
- 15,156
- 21
- 98
- 207
0
votes
2 answers
How to get to work in Polymer 2.x
Narrow Question
By troubleshooting, I think I have narrowed my "larger problem" down to the following question. (But I could be wrong.):
How do I properly download the latest version of to my local machine?
By "latest version," I mean…

Let Me Tink About It
- 15,156
- 21
- 98
- 207
0
votes
1 answer
Using in Polymer 2.x
I am trying to demo . In the demo, I want to log to the console when the user selects a new value from the list. What am I doing wrong?
Here is the JSBin.
http://jsbin.com/ciceguqore/1/edit?html,console,output

Let Me Tink About It
- 15,156
- 21
- 98
- 207
0
votes
1 answer
not forwarding taps to

Sohaib
- 10,941
- 9
- 32
- 34