Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Force full hex values

avoliva opened this issue · comments

If you choose white it goes to #fff. Can we make it so it always gives six character hex values? As in force #ffffff.

A bit late, but did you try using [cpFallbackColor]="'#ffffff'" ?