Skip to content

Commit

Permalink
Fixed #8746 - <p-colorPicker> not working | Failing on click
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Nov 25, 2020
1 parent 2e498c0 commit 33e6b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/colorpicker/colorpicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class ColorPicker implements ControlValueAccessor, OnDestroy {

@ViewChild('input') inputViewChild: ElementRef;

value: any;
value: any = {h:0, s: 100, b: 100};

inputBgColor: string;

Expand Down

0 comments on commit 33e6b88

Please sign in to comment.