md-color-picker
md-color-picker copied to clipboard
Angular-Material based color picker
as per latest `[email protected]` $mdDialog option `skidHide` has been renamed to `multiple` ref: https://github.com/angular/material/issues/8630
I have been trying to set a default value for the colorpicker in all ways I could think of but did not manage to get it to stick... I used...
I'm using webpack. I've added md-color-picker to my package.json, then I've added `require('md-color-picker')`, but I've faced with this: ``` mdColorPicker.min.js:formatted:1 Uncaught ReferenceError: tinycolor is not defined at Object. (mdColorPicker.min.js:formatted:1) at...
As title says.
This related with #55, clear button not working for me. Paste here my html code: `` Input is cleared but the model does not change, maintains the same value.
I installed latest version tinycolor and imported(included) this in my app. All worked fine. then I was installing md-color-picker and tried include md-color-picker, but got the error. 'tinycolor is not...
I have tried your demo application and changed angular to version 1.6.0 (or 1.6.1) and it have stopped to work. The issue is the following. The Color picker dialog appears,...
When the popup opens, it auto selects the value at the top. This brings up the keyboard when you are doing it on mobile. Is there anyway to disable this...
Not sure what's going on there... But I am getting this error on initialisation. Are there maybe some known problems with electron? `function g(a) { ib(w(a) || I(a), "modulesToLoad", "not...
Hi, Thank you for your angular color picker library. It looks amazing and works well. I only have an issue when I use the mdColorPicker.min.js from the bower installation. The...