I'm not able to control the width of the DropDownMenu using the menuStyle property on the SelectField component. Setting a width in the menuStyle changes the width of the select field itself (see the screenshot below) but doesn't change the width of DropDownMenu. This seems to be a bug.
There's a maxHeight property for the DropDownMenu that works well for the height. But I couldn't find a way to control the width.
- Material-UI: 0.15.2
- React: 15.3
- Browser: Chrome 49x

I'm not able to control the width of the DropDownMenu using the menuStyle property on the SelectField component. Setting a width in the menuStyle changes the width of the select field itself (see the screenshot below) but doesn't change the width of DropDownMenu. This seems to be a bug.
There's a maxHeight property for the DropDownMenu that works well for the height. But I couldn't find a way to control the width.