diff --git a/common/changes/office-ui-fabric-react/jg-5848-colorpicker-alpha-fix_2018-08-09-22-19.json b/common/changes/office-ui-fabric-react/jg-5848-colorpicker-alpha-fix_2018-08-09-22-19.json new file mode 100644 index 0000000000000..f3e88e61ea419 --- /dev/null +++ b/common/changes/office-ui-fabric-react/jg-5848-colorpicker-alpha-fix_2018-08-09-22-19.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "ColorPicker: Limit decimal points shown for alpha.", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "jagore@microsoft.com" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/ColorPicker/ColorPicker.base.tsx b/packages/office-ui-fabric-react/src/components/ColorPicker/ColorPicker.base.tsx index 89952d0e63404..8cdd3b19e365c 100644 --- a/packages/office-ui-fabric-react/src/components/ColorPicker/ColorPicker.base.tsx +++ b/packages/office-ui-fabric-react/src/components/ColorPicker/ColorPicker.base.tsx @@ -138,7 +138,7 @@ export class ColorPickerBase extends BaseComponent