paper-color-picker icon indicating copy to clipboard operation
paper-color-picker copied to clipboard

A paper color picker inspired by Material Design

Results 25 paper-color-picker issues
Sort by recently updated
recently updated
newest added

Hey, I wanted to see your demo (http://david-mulder.github.io/paper-color-picker/components/paper-color-picker/demo/) but it does not work for me in chrome v54.0.2840.71 I found this error in the console: `Uncaught TypeError: Failed to execute...

This colour picker looks really nice. The only thing I couldn't see is setting colour with hex value rather than rgb. Is this supported at the moment? If not, could...

This addresses an issue where the `_setValueAsHexFromValue` method wouldn't convert the `String` values captured from the `input` fields, resulting in invalid computed hex strings. This patch parses these values as...

For nearly all referenced elements! Better use `^` instead of `~`

[with-backdrop](https://github.com/David-Mulder/paper-color-picker/blob/master/paper-color-picker.html#L196) is base on `paper-dialog`. but `paper-dialong` should be sibling of `app-drawer-layout`. see: https://github.com/PolymerElements/iron-overlay-behavior/issues/215#issuecomment-246550755. Please add optional attributes of `without-backdrop`. Or get it to work with `app-drawer-layout`. thanks.

When launching the dialog to select a color, the overlay obscures the dialog and therefore if you try to click on anything in the dialog it just closes as you're...

In some cases, `this.valueAsHex` was returning `false` and other non-string values. I couldn't track down the problem entirely, but this stopped the script from throwing errors whenever it hit those...

The `color-names.json` is not referenced in such a way that it can be included in the [vulcanization process](https://github.com/Polymer/vulcanize).

On other paper-input elements there would usually be a way to cancel the value of the field and return to the original, empty state. Is there a way to achieve...