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

Angular-Material based color picker

Results 51 md-color-picker issues
Sort by recently updated
recently updated
newest added

I would like to get the value as #RGBA and not as rgba(R, G, B, A).

enhancement
wontfix

I can't validate md-color in a form because is missing the name attribute in the input filed. Also i can't put inside ng-messages and add a custom validation (By directive)...

bug

Currently translations are not working. ``` label="{{LABEL | translate}}" ``` Does not work yet.

enhancement

Any chance we can add some options to allow customisation of the UI? For example 1) hide elements of the UI we dont want to make available.. 2) limit the...

enhancement

Hello, it seems that on the element below nothing is disabled (ng-disabled="true" is ignored ?) and I can edit the input box and click the preview to change the color....

enhancement

When running the plunker demo example you will already see that some tabs (second and third tab) are not rendered well in IE 11. Seems some styling/css issues? ![ie11colorpicker](https://cloud.githubusercontent.com/assets/6941114/12584109/3820c45a-c446-11e5-8f70-9fc647ff10aa.PNG)

bug

The functionality I was really looking for was similar to that in the date picker demo: https://material.angularjs.org/latest/demo/datepicker Can you explain your design decision? This is a feature I am interested...

enhancement

Good time to cut a new release with the touch support and the value clearing fix.

The picker is broken in Safari (Version 9.1.1 (11601.6.17) – on OSX (10.11.5 (15F34)). Working perfectly in Chrome... Looking like in the bug-report for IE... Tested the linked demo from...

First of all, I really like your project! Its nice looking and easy to use (backend and frontend). My question is, if it will be possible to show the colorpicker...