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

md-color-rgb attribute cannot be used to hide tab

Open pgrever opened this issue 7 years ago • 3 comments

I am not certain if I am doing something incorrectly, but when I try different combinations of md-color-hex, md-color-rgb, and md-color-hsl='false', all three tabs are always shown.

pgrever avatar Apr 20 '17 17:04 pgrever

@pgrever I was able to make it work by running bower cache clean and then updating the library with bower update md-color-picker.

It seems the previous v0.2.6 was missing the scope for the attributes.

ceetee avatar May 08 '17 22:05 ceetee

@pgrever did you ever get this sorted? I've just landed in the same boat

beazergood avatar May 16 '17 17:05 beazergood

Can confirm, installed latest version and cant hide tabs. the other options seem to work just fine. Btw im running on Electron if that matters.

Edit: I pulled the latest version from git and it works fine, so the npm Version is outdated

grimsi avatar Jul 29 '17 20:07 grimsi