Questions tagged [polymer-1.0]

User this tag for questions specific to version 1 of Google's web components library, Polymer.

Polymer 1.0 is the first production-ready release of Google's web components library, . It was released at Google I/O on May 29, 2015.

2366 questions
16
votes
3 answers

Polymer 1.x: Modal paper-dialog appears behind its backdrop

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 ). I also tried a "hack-fix" (suggested by someone)…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
16
votes
2 answers

Are there any built in auto-complete input components for Polymer 1.0?

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 autocomplete textbox. Is there one built-in or planned in…
Ryan Nigro
  • 4,389
  • 2
  • 17
  • 23
15
votes
1 answer

Polymer back button doesn't work with hash routing

Sup! Back button sometimes doesn't work with my polymer project. When i hit back button the page variable is steel the current page and i need to hit the button twice or three times to get it working for example i go to the /#/rules page from…
user3677687
15
votes
2 answers

Double Brackets [[ ]] vs Double Braces {{ }} in Polymer

What's a succinct way to explain the difference between double brackets ([[...]]) and double braces ({{...}}) in Polymer 1.0? For instance, in the documentation for the element the sample HTML shows: