Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

Force full hex values #76

Open avoliva opened 7 years ago

avoliva commented 7 years ago

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

ghost commented 6 years ago

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