toggle-icon icon indicating copy to clipboard operation
toggle-icon copied to clipboard

toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.

Results 4 toggle-icon issues
Sort by recently updated
recently updated
newest added

The on-tap event still works if you have disabled attribute set to true. Don't know if this is expected behavior?

bug

Maybe using an attribute or a CSS variable.

enhancement

There should be a tests that checks/unchecks the icon-toggle using various methods (perform click, set `checked`, set `active`) and tests if the displayed styles are correct (right icon visible, right...

enhancement
help wanted

Like in https://github.com/googlecodelabs/polymer-first-elements/blob/master/icon-toggle-finished/icon-toggle.html, add a possibility to toggle between an active `fill` or `stroke` property. The element's property `iconActive` wouldn't be needed for switching between `star-border` and `star` or similar...

enhancement