diff --git a/common/changes/office-ui-fabric-react/ScrollablePane_2018-02-26-14-25.json b/common/changes/office-ui-fabric-react/ScrollablePane_2018-02-26-14-25.json new file mode 100644 index 0000000000000..b5062a0a40b8e --- /dev/null +++ b/common/changes/office-ui-fabric-react/ScrollablePane_2018-02-26-14-25.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Allow ScrollablePane to accept native properties.", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "s@warmsea.net" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/ScrollablePane/ScrollablePane.base.tsx b/packages/office-ui-fabric-react/src/components/ScrollablePane/ScrollablePane.base.tsx index bc6f994b89434..d3eb3937ccfdf 100644 --- a/packages/office-ui-fabric-react/src/components/ScrollablePane/ScrollablePane.base.tsx +++ b/packages/office-ui-fabric-react/src/components/ScrollablePane/ScrollablePane.base.tsx @@ -7,7 +7,9 @@ import { autobind, BaseComponent, classNamesFunction, - customizable + customizable, + divProperties, + getNativeProps } from '../../Utilities'; import { IScrollablePane, @@ -90,6 +92,7 @@ export class ScrollablePaneBase extends BaseComponent return (