diff --git a/common/changes/office-ui-fabric-react/jochiari-cutom-props_2018-04-02-22-34.json b/common/changes/office-ui-fabric-react/jochiari-cutom-props_2018-04-02-22-34.json new file mode 100644 index 00000000000000..39818d20e5d80e --- /dev/null +++ b/common/changes/office-ui-fabric-react/jochiari-cutom-props_2018-04-02-22-34.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Add the ability to use custom props for the panel used to render options on small devices.", + "type": "minor" + } + ], + "packageName": "office-ui-fabric-react", + "email": "jchiarino@gmail.com" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.tsx b/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.tsx index 92c05c2aeec073..e5432d1787fafe 100644 --- a/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.tsx +++ b/packages/office-ui-fabric-react/src/components/Dropdown/Dropdown.tsx @@ -346,6 +346,7 @@ export class Dropdown extends BaseComponent { onRenderList(props, this._onRenderList) } @@ -373,7 +375,7 @@ export class Dropdown extends BaseComponent extends React.HTMLAttributes { @@ -86,6 +87,11 @@ export interface ISelectableDroppableTextProps extends React.HTMLAttributes